Uses of Class
io.trino.parquet.Field
Packages that use Field
-
Uses of Field in io.trino.parquet
Subclasses of Field in io.trino.parquetMethods in io.trino.parquet that return types with arguments of type FieldModifier and TypeMethodDescriptionParquetTypeUtils.constructField(Type type, org.apache.parquet.io.ColumnIO columnIO) GroupField.getChildren()Constructor parameters in io.trino.parquet with type arguments of type FieldModifierConstructorDescriptionGroupField(Type type, int repetitionLevel, int definitionLevel, boolean required, List<Optional<Field>> children) -
Uses of Field in io.trino.parquet.reader
Methods in io.trino.parquet.reader with parameters of type FieldModifier and TypeMethodDescriptionListColumnReader.calculateCollectionOffsets(Field field, int[] definitionLevels, int[] repetitionLevels) Each collection (Array or Map) has four variants of presence: 1) Collection is not defined, because one of it's optional parent fields is null 2) Collection is null 3) Collection is defined but empty 4) Collection is defined and not empty.StructColumnReader.calculateStructOffsets(Field field, int[] fieldDefinitionLevels, int[] fieldRepetitionLevels) Each struct has three variants of presence: 1) Struct is not defined, because one of it's optional parent fields is null 2) Struct is null 3) Struct is defined and not empty.Method parameters in io.trino.parquet.reader with type arguments of type FieldModifier and TypeMethodDescriptionstatic List<PrimitiveField>ParquetReader.getPrimitiveFields(List<Field> fields) Constructor parameters in io.trino.parquet.reader with type arguments of type FieldModifierConstructorDescriptionParquetReader(Optional<String> fileCreatedBy, List<Field> columnFields, List<org.apache.parquet.hadoop.metadata.BlockMetaData> blocks, List<Long> firstRowsOfBlocks, ParquetDataSource dataSource, org.joda.time.DateTimeZone timeZone, AggregatedMemoryContext memoryContext, ParquetReaderOptions options, Function<Exception, RuntimeException> exceptionTransform) ParquetReader(Optional<String> fileCreatedBy, List<Field> columnFields, List<org.apache.parquet.hadoop.metadata.BlockMetaData> blocks, List<Long> firstRowsOfBlocks, ParquetDataSource dataSource, org.joda.time.DateTimeZone timeZone, AggregatedMemoryContext memoryContext, ParquetReaderOptions options, Function<Exception, RuntimeException> exceptionTransform, Optional<TupleDomainParquetPredicate> parquetPredicate, List<Optional<org.apache.parquet.internal.filter2.columnindex.ColumnIndexStore>> columnIndexStore, Optional<ParquetWriteValidation> writeValidation)