|
Rename Method private getStatisticsByColumnOrdinal(blockMetadata BlockMetaData) : Map<Integer,Statistics<?>> renamed to private getStatistics(blockMetadata BlockMetaData, fileSchema MessageType, requestedSchema MessageType) : Map<ColumnDescriptor,Statistics<?>> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Rename Method private getDictionariesByColumnOrdinal(blockMetadata BlockMetaData, dataSource ParquetDataSource, requestedSchema MessageType, effectivePredicate TupleDomain<HiveColumnHandle>) : Map<Integer,ParquetDictionaryDescriptor> renamed to private getDictionaries(blockMetadata BlockMetaData, dataSource ParquetDataSource, fileSchema MessageType, requestedSchema MessageType, parquetTupleDomain TupleDomain<ColumnDescriptor>) : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Change Parameter Type statisticsByColumnIndex : Map<Integer,Statistics<?>> to statistics : Map<ColumnDescriptor,Statistics<?>> in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.ParquetPredicate |
From |
To |
|
Change Parameter Type dictionariesByColumnIndex : Map<Integer,ParquetDictionaryDescriptor> to dictionaries : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.ParquetPredicate |
From |
To |
|
Change Parameter Type effectivePredicate : TupleDomain<C> to effectivePredicate : TupleDomain<ColumnDescriptor> in method public TupleDomainParquetPredicate(effectivePredicate TupleDomain<ColumnDescriptor>, columns List<RichColumnDescriptor>) in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Parameter Type statisticsByColumnIndex : Map<Integer,Statistics<?>> to statistics : Map<ColumnDescriptor,Statistics<?>> in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Parameter Type dictionariesByColumnIndex : Map<Integer,ParquetDictionaryDescriptor> to dictionaries : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Rename Variable columnChunkMetaData : ColumnChunkMetaData to columnMetaData : ColumnChunkMetaData in method private getDictionaries(blockMetadata BlockMetaData, dataSource ParquetDataSource, fileSchema MessageType, requestedSchema MessageType, parquetTupleDomain TupleDomain<ColumnDescriptor>) : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Rename Variable columnReference : ColumnReference<C> to column : RichColumnDescriptor in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Rename Variable level : int to maxLevel : int in method private getPathIndex(fileSchema MessageType, requestedSchema MessageType, path List<String>) : int in class com.facebook.presto.hive.parquet.ParquetTypeUtils |
From |
To |
|
Rename Variable statistics : Statistics<?> to columnStatistics : Statistics<?> in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Rename Variable columnReference : ColumnReference<C> to column : RichColumnDescriptor in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Return Type Map<Integer,Statistics<?>> to Map<ColumnDescriptor,Statistics<?>> in method private getStatistics(blockMetadata BlockMetaData, fileSchema MessageType, requestedSchema MessageType) : Map<ColumnDescriptor,Statistics<?>> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Change Return Type Map<Integer,ParquetDictionaryDescriptor> to Map<ColumnDescriptor,ParquetDictionaryDescriptor> in method private getDictionaries(blockMetadata BlockMetaData, dataSource ParquetDataSource, fileSchema MessageType, requestedSchema MessageType, parquetTupleDomain TupleDomain<ColumnDescriptor>) : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Change Variable Type dictionaries : ImmutableMap.Builder<Integer,ParquetDictionaryDescriptor> to dictionaries : ImmutableMap.Builder<ColumnDescriptor,ParquetDictionaryDescriptor> in method private getDictionaries(blockMetadata BlockMetaData, dataSource ParquetDataSource, fileSchema MessageType, requestedSchema MessageType, parquetTupleDomain TupleDomain<ColumnDescriptor>) : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Change Variable Type stripeDomain : TupleDomain<C> to stripeDomain : TupleDomain<ColumnDescriptor> in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Variable Type statistics : ImmutableMap.Builder<Integer,Statistics<?>> to statistics : ImmutableMap.Builder<ColumnDescriptor,Statistics<?>> in method private getStatistics(blockMetadata BlockMetaData, fileSchema MessageType, requestedSchema MessageType) : Map<ColumnDescriptor,Statistics<?>> in class com.facebook.presto.hive.parquet.predicate.ParquetPredicateUtils |
From |
To |
|
Change Variable Type type : Type to type : parquet.schema.Type in method public getFieldIndex(fileSchema MessageType, name String) : int in class com.facebook.presto.hive.parquet.ParquetTypeUtils |
From |
To |
|
Change Variable Type domains : ImmutableMap.Builder<C,Domain> to domains : ImmutableMap.Builder<ColumnDescriptor,Domain> in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Variable Type stripeDomain : TupleDomain<C> to stripeDomain : TupleDomain<ColumnDescriptor> in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Variable Type domains : ImmutableMap.Builder<C,Domain> to domains : ImmutableMap.Builder<ColumnDescriptor,Domain> in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Variable Type type : Type to type : parquet.schema.Type in method private getParquetTypeByName(columnName String, messageType MessageType) : parquet.schema.Type in class com.facebook.presto.hive.parquet.ParquetTypeUtils |
From |
To |
|
Change Variable Type columnReference : ColumnReference<C> to column : RichColumnDescriptor in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Change Variable Type columnReference : ColumnReference<C> to column : RichColumnDescriptor in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Rename Parameter dictionariesByColumnIndex : Map<Integer,ParquetDictionaryDescriptor> to dictionaries : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |
|
Rename Parameter statisticsByColumnIndex : Map<Integer,Statistics<?>> to statistics : Map<ColumnDescriptor,Statistics<?>> in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.ParquetPredicate |
From |
To |
|
Rename Parameter dictionariesByColumnIndex : Map<Integer,ParquetDictionaryDescriptor> to dictionaries : Map<ColumnDescriptor,ParquetDictionaryDescriptor> in method public matches(dictionaries Map<ColumnDescriptor,ParquetDictionaryDescriptor>) : boolean in class com.facebook.presto.hive.parquet.predicate.ParquetPredicate |
From |
To |
|
Rename Parameter statisticsByColumnIndex : Map<Integer,Statistics<?>> to statistics : Map<ColumnDescriptor,Statistics<?>> in method public matches(numberOfRows long, statistics Map<ColumnDescriptor,Statistics<?>>) : boolean in class com.facebook.presto.hive.parquet.predicate.TupleDomainParquetPredicate |
From |
To |