|
Change Parameter Type statisticsKind : StatisticsKind to statisticsKind : StatisticsKind<V> in method public getStatistic(statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.Metadata |
From |
To |
|
Change Parameter Type metadataList : List<T> to metadataList : Collection<T> in method public collect(metadataList Collection<T>) : void in class org.apache.drill.exec.store.parquet.ParquetGroupScanStatistics |
From |
To |
|
Change Parameter Type tableStatistics : Map<StatisticsKind,Object> to tableStatistics : List<StatisticsHolder> in method public cloneWithStats(columnStatistics Map<SchemaPath,ColumnStatistics>, tableStatistics List<StatisticsHolder>) : TableMetadata in class org.apache.drill.metastore.metadata.TableMetadata |
From |
To |
|
Change Parameter Type statistics : ColumnStatistics<C> to statistics : ColumnStatistics<BigInteger> in method private adjustDecimalStatistics(statistics ColumnStatistics<BigInteger>, scale int) : ColumnStatistics in class org.apache.drill.exec.expr.ComparisonPredicate |
From |
To |
|
Change Parameter Type overflowLevel : MetadataLevel to overflowLevel : MetadataType in method public overflow(overflowLevel MetadataType) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Parameter Type rowGroupInfos : List<T> to rowGroupInfos : Collection<T> in method public ParquetGroupScanStatistics(rowGroupInfos Collection<T>) in class org.apache.drill.exec.store.parquet.ParquetGroupScanStatistics |
From |
To |
|
Change Parameter Type statisticsKind : StatisticsKind to statisticsKind : StatisticsKind<V> in method public getStatistic(statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.NonInterestingColumnsMetadata |
From |
To |
|
Change Parameter Type statisticsKind : StatisticsKind to statisticsKind : StatisticsKind<V> in method public getStatisticsForColumn(columnName SchemaPath, statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.Metadata |
From |
To |
|
Change Parameter Type statisticsKind : StatisticsKind to statisticsKind : StatisticsKind<V> in method public getStatisticsForColumn(columnName SchemaPath, statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.NonInterestingColumnsMetadata |
From |
To |
|
Move Method public getComparator(type TypeProtos.MinorType) : Comparator from class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils to public getComparator(type TypeProtos.MinorType) : Comparator from class org.apache.drill.metastore.util.TableMetadataUtils |
From |
To |
|
Move Method public mergeColumnsStatistics(metadataList Collection<T>, columns Set<SchemaPath>, statisticsToCollect List<CollectableColumnStatisticsKind>, parquetTableMetadata MetadataBase.ParquetTableMetadataBase) : Map<SchemaPath,ColumnStatistics> from class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils to public mergeColumnsStatistics(metadataList Collection<T>, columns Set<SchemaPath>, statisticsToCollect List<CollectableColumnStatisticsKind>) : Map<SchemaPath,ColumnStatistics> from class org.apache.drill.metastore.util.TableMetadataUtils |
From |
To |
|
Move Method public updateRowCount(tableMetadata TableMetadata, statistics Collection<? extends BaseMetadata>) : TableMetadata from class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils to public updateRowCount(tableMetadata TableMetadata, statistics Collection<? extends BaseMetadata>) : TableMetadata from class org.apache.drill.metastore.util.TableMetadataUtils |
From |
To |
|
Move Method public getNaturalNullsFirstComparator() : Comparator<T> from class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils to public getNaturalNullsFirstComparator() : Comparator<T> from class org.apache.drill.metastore.util.TableMetadataUtils |
From |
To |
|
Move Class org.apache.drill.exec.physical.base.TableMetadataProviderBuilder moved to org.apache.drill.metastore.metadata.TableMetadataProviderBuilder |
From |
To |
|
Move Class org.apache.drill.metastore.NonInterestingColumnsMetadata moved to org.apache.drill.metastore.metadata.NonInterestingColumnsMetadata |
From |
To |
|
Move Class org.apache.drill.exec.physical.base.MetadataProviderManager moved to org.apache.drill.metastore.MetadataProviderManager |
From |
To |
|
Move Class org.apache.drill.metastore.LocationProvider moved to org.apache.drill.metastore.metadata.LocationProvider |
From |
To |
|
Move Class org.apache.drill.exec.physical.base.FileSystemMetadataProviderManager moved to org.apache.drill.metastore.FileSystemMetadataProviderManager |
From |
To |
|
Move Class org.apache.drill.exec.physical.impl.statistics.Statistic moved to org.apache.drill.metastore.statistics.Statistic |
From |
To |
|
Move Class org.apache.drill.exec.planner.common.Histogram moved to org.apache.drill.metastore.statistics.Histogram |
From |
To |
|
Move Class org.apache.drill.exec.expr.ExactStatisticsConstants moved to org.apache.drill.metastore.statistics.ExactStatisticsConstants |
From |
To |
|
Move Class org.apache.drill.exec.physical.base.TableMetadataProvider moved to org.apache.drill.metastore.metadata.TableMetadataProvider |
From |
To |
|
Move Class org.apache.drill.exec.physical.base.ParquetTableMetadataProvider moved to org.apache.drill.metastore.ParquetTableMetadataProvider |
From |
To |
|
Move Class org.apache.drill.exec.physical.base.ParquetMetadataProvider moved to org.apache.drill.metastore.ParquetMetadataProvider |
From |
To |
|
Move Class org.apache.drill.metastore.TableMetadata moved to org.apache.drill.metastore.metadata.TableMetadata |
From |
To |
|
Move Class org.apache.drill.exec.physical.base.SimpleFileTableMetadataProvider moved to org.apache.drill.metastore.SimpleFileTableMetadataProvider |
From |
To |
|
Move Class org.apache.drill.exec.record.metadata.SchemaPathUtils moved to org.apache.drill.metastore.util.SchemaPathUtils |
From |
To |
|
Change Variable Type rowGroupStatistics : Map<StatisticsKind,Object> to rowGroupStatistics : List<StatisticsHolder> in method public getRowGroupMetadata(tableMetadata MetadataBase.ParquetTableMetadataBase, rowGroupMetadata MetadataBase.RowGroupMetadata, rgIndexInFile int, location Path) : RowGroupMetadata in class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils |
From |
To |
|
Change Variable Type comparator : Comparator to type : TypeProtos.MinorType in method public getNonInterestingColumnsMeta(parquetTableMetadata MetadataBase.ParquetTableMetadataBase) : NonInterestingColumnsMetadata in class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils |
From |
To |
|
Change Variable Type statistics : Map<StatisticsKind,Object> to statistics : List<StatisticsHolder> in method public getNonInterestingColumnsMeta(parquetTableMetadata MetadataBase.ParquetTableMetadataBase) : NonInterestingColumnsMetadata in class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils |
From |
To |
|
Change Variable Type columnTypeInfoMap : ConcurrentHashMap<Metadata_V4.ColumnTypeMetadata_v4.Key,Metadata_V4.ColumnTypeMetadata_v4> to columnTypeInfoMap : Map<Metadata_V4.ColumnTypeMetadata_v4.Key,Metadata_V4.ColumnTypeMetadata_v4> in method public getNonInterestingColumnsMeta(parquetTableMetadata MetadataBase.ParquetTableMetadataBase) : NonInterestingColumnsMetadata in class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils |
From |
To |
|
Change Variable Type rightStat : ColumnStatistics<C> to rightStat : ColumnStatistics in method public matches(evaluator StatisticsProvider<C>) : RowsMatch in class org.apache.drill.exec.expr.ComparisonPredicate |
From |
To |
|
Change Variable Type statistics : Map<StatisticsKind,Object> to statistics : List<StatisticsHolder> in method public getRowGroupColumnStatistics(tableMetadata MetadataBase.ParquetTableMetadataBase, rowGroupMetadata MetadataBase.RowGroupMetadata) : Map<SchemaPath,ColumnStatistics> in class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils |
From |
To |
|
Change Variable Type leftStat : ColumnStatistics<C> to leftStat : ColumnStatistics in method public matches(evaluator StatisticsProvider<C>) : RowsMatch in class org.apache.drill.exec.expr.ComparisonPredicate |
From |
To |
|
Change Variable Type fileStatistics : Map<StatisticsKind,Object> to fileStatistics : List<StatisticsHolder> in method public getFileMetadata(rowGroups List<RowGroupMetadata>) : FileMetadata in class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils |
From |
To |
|
Change Variable Type tableStatistics : Map<StatisticsKind,Object> to tableStatistics : List<StatisticsHolder> in method public getTableMetadata() : TableMetadata in class org.apache.drill.exec.store.parquet.BaseParquetMetadataProvider |
From |
To |
|
Change Variable Type comparator : Comparator to type : TypeProtos.MinorType in method public getRowGroupColumnStatistics(tableMetadata MetadataBase.ParquetTableMetadataBase, rowGroupMetadata MetadataBase.RowGroupMetadata) : Map<SchemaPath,ColumnStatistics> in class org.apache.drill.exec.store.parquet.ParquetTableMetadataUtils |
From |
To |
|
Change Variable Type statisticsValues : Map<StatisticsKind,Object> to statisticsValues : List<StatisticsHolder> in method public getEstimatedColumnStats(statsProvider DrillStatsTable, fieldName SchemaPath) : List<StatisticsHolder> in class org.apache.drill.exec.planner.common.DrillStatsTable |
From |
To |
|
Rename Method public withPartitions(partitions List<PartitionMetadata>) : GroupScanWithMetadataFilterer renamed to public partitions(partitions List<PartitionMetadata>) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Rename Method public withRowGroups(rowGroups Multimap<Path,RowGroupMetadata>) : RowGroupScanFilterer renamed to public rowGroups(rowGroups Multimap<Path,RowGroupMetadata>) : B in class org.apache.drill.exec.store.parquet.AbstractParquetGroupScan.RowGroupScanFilterer |
From |
To |
|
Rename Method public withFiles(files Map<Path,FileMetadata>) : GroupScanWithMetadataFilterer renamed to public files(files Map<Path,FileMetadata>) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Rename Method public withTable(tableMetadata TableMetadata) : GroupScanWithMetadataFilterer renamed to public table(tableMetadata TableMetadata) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Rename Method public withNonInterestingColumns(nonInterestingColumns NonInterestingColumnsMetadata) : GroupScanWithMetadataFilterer renamed to public nonInterestingColumns(nonInterestingColumns NonInterestingColumnsMetadata) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Rename Method public withOverflow(overflowLevel MetadataLevel) : GroupScanWithMetadataFilterer renamed to public overflow(overflowLevel MetadataType) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Rename Method public getNonInterestingColumnsMeta() : NonInterestingColumnsMetadata renamed to public getNonInterestingColumnsMetadata() : NonInterestingColumnsMetadata in class org.apache.drill.exec.store.parquet.BaseParquetMetadataProvider |
From |
To |
|
Rename Method public withMatching(matchAllMetadata boolean) : GroupScanWithMetadataFilterer renamed to public matching(matchAllMetadata boolean) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type GroupScanWithMetadataFilterer to B in method public files(files Map<Path,FileMetadata>) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type GroupScanWithMetadataFilterer to B in method public nonInterestingColumns(nonInterestingColumns NonInterestingColumnsMetadata) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type List<FileMetadata> to Map<Path,FileMetadata> in method public getFilesMetadataMap() : Map<Path,FileMetadata> in class org.apache.drill.metastore.metadata.TableMetadataProvider |
From |
To |
|
Change Return Type Object to V in method public getStatistic(statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.NonInterestingColumnsMetadata |
From |
To |
|
Change Return Type GroupScanWithMetadataFilterer to B in method public overflow(overflowLevel MetadataType) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type Object to V in method public getStatisticsForColumn(columnName SchemaPath, statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.Metadata |
From |
To |
|
Change Return Type Object to V in method public getStatisticsForColumn(columnName SchemaPath, statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.NonInterestingColumnsMetadata |
From |
To |
|
Change Return Type RowGroupScanFilterer to B in method public rowGroups(rowGroups Multimap<Path,RowGroupMetadata>) : B in class org.apache.drill.exec.store.parquet.AbstractParquetGroupScan.RowGroupScanFilterer |
From |
To |
|
Change Return Type List<FileMetadata> to Map<Path,FileMetadata> in method public getFilesMetadataMap() : Map<Path,FileMetadata> in class org.apache.drill.metastore.SimpleFileTableMetadataProvider |
From |
To |
|
Change Return Type GroupScanWithMetadataFilterer to B in method public matching(matchAllMetadata boolean) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type ColumnStatistics<C> to ColumnStatistics in method private adjustDecimalStatistics(statistics ColumnStatistics<BigInteger>, scale int) : ColumnStatistics in class org.apache.drill.exec.expr.ComparisonPredicate |
From |
To |
|
Change Return Type Object to V in method public getStatistic(statisticsKind StatisticsKind<V>) : V in class org.apache.drill.metastore.metadata.Metadata |
From |
To |
|
Change Return Type MetadataLevel to MetadataType in method public getOverflowLevel() : MetadataType in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type Map<StatisticsKind,Object> to List<StatisticsHolder> in method public getEstimatedColumnStats(statsProvider DrillStatsTable, fieldName SchemaPath) : List<StatisticsHolder> in class org.apache.drill.exec.planner.common.DrillStatsTable |
From |
To |
|
Change Return Type GroupScanWithMetadataFilterer to B in method public partitions(partitions List<PartitionMetadata>) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type Map<StatisticsKind,Object> to List<StatisticsHolder> in method public getEstimatedTableStats(statsProvider DrillStatsTable) : List<StatisticsHolder> in class org.apache.drill.exec.planner.common.DrillStatsTable |
From |
To |
|
Change Return Type ColumnStatisticsImpl to ColumnStatistics in method public visitUnknown(e LogicalExpression, value Void) : ColumnStatistics in class org.apache.drill.exec.expr.StatisticsProvider |
From |
To |
|
Change Return Type RowGroupScanFilterer to B in method protected getFiltered(optionManager OptionManager, filterPredicate FilterPredicate, schemaPathsInExpr Set<SchemaPath>) : B in class org.apache.drill.exec.store.parquet.AbstractParquetGroupScan.RowGroupScanFilterer |
From |
To |
|
Change Return Type GroupScanWithMetadataFilterer to B in method public table(tableMetadata TableMetadata) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Change Return Type ColumnStatistics<T> to ColumnStatistics in method private evalCastFunc(holderExpr FunctionHolderExpression, input ColumnStatistics<T>) : ColumnStatistics in class org.apache.drill.exec.expr.StatisticsProvider |
From |
To |
|
Change Return Type GroupScanWithMetadataFilterer to B in method protected getFiltered(optionManager OptionManager, filterPredicate FilterPredicate, schemaPathsInExpr Set<SchemaPath>) : B in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer |
From |
To |
|
Extract And Move Method protected isAllDataPruned(filteredMetadata GroupScanWithMetadataFilterer) : boolean extracted from public applyFilter(filterExpr LogicalExpression, udfUtilities UdfUtilities, functionImplementationRegistry FunctionImplementationRegistry, optionManager OptionManager) : AbstractGroupScanWithMetadata in class org.apache.drill.exec.store.parquet.AbstractParquetGroupScan & moved to class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata |
From |
To |
|
Extract And Move Method protected isGroupScanFullyMatchesFilter(filteredMetadata GroupScanWithMetadataFilterer) : boolean extracted from public applyFilter(filterExpr LogicalExpression, udfUtilities UdfUtilities, functionImplementationRegistry FunctionImplementationRegistry, optionManager OptionManager) : AbstractGroupScanWithMetadata in class org.apache.drill.exec.store.parquet.AbstractParquetGroupScan & moved to class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata |
From |
To |
|
Extract And Move Method private isAllDataPruned(filteredMetadata RowGroupScanFilterer) : boolean extracted from public applyFilter(filterExpr LogicalExpression, udfUtilities UdfUtilities, functionImplementationRegistry FunctionImplementationRegistry, optionManager OptionManager) : AbstractGroupScanWithMetadata in class org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata & moved to class org.apache.drill.exec.store.parquet.AbstractParquetGroupScan |
From |
To |
|
Rename Parameter quotedString : ValueExpressions.QuotedString to expr : ValueExpressions.QuotedString in method public visitQuotedStringConstant(expr ValueExpressions.QuotedString, value Void) : ColumnStatistics<String> in class org.apache.drill.exec.expr.StatisticsProvider |
From |
To |
|
Rename Parameter decExpr : ValueExpressions.VarDecimalExpression to expr : ValueExpressions.VarDecimalExpression in method public visitVarDecimalConstant(expr ValueExpressions.VarDecimalExpression, value Void) : ColumnStatistics<BigInteger> in class org.apache.drill.exec.expr.StatisticsProvider |
From |
To |
|
Rename Parameter timeExpr : ValueExpressions.TimeExpression to expr : ValueExpressions.TimeExpression in method public visitTimeConstant(expr ValueExpressions.TimeExpression, value Void) : ColumnStatistics<Integer> in class org.apache.drill.exec.expr.StatisticsProvider |
From |
To |
|
Rename Parameter tsExpr : ValueExpressions.TimeStampExpression to expr : ValueExpressions.TimeStampExpression in method public visitTimeStampConstant(expr ValueExpressions.TimeStampExpression, value Void) : ColumnStatistics<Long> in class org.apache.drill.exec.expr.StatisticsProvider |
From |
To |