Uses of Class
org.apache.flink.formats.parquet.vector.type.ParquetField
Packages that use ParquetField
Package
Description
-
Uses of ParquetField in org.apache.flink.formats.parquet.utils
Methods in org.apache.flink.formats.parquet.utils with parameters of type ParquetFieldModifier and TypeMethodDescriptionstatic CollectionPositionNestedPositionUtil.calculateCollectionOffsets(ParquetField field, int[] definitionLevels, int[] repetitionLevels) Calculate the collection's offsets according to column's max repetition level, definition level, value's repetition level and definition level.static RowPositionNestedPositionUtil.calculateRowOffsets(ParquetField field, int[] fieldDefinitionLevels, int[] fieldRepetitionLevels) Calculate row offsets according to column's max repetition level, definition level, value's repetition level and definition level. -
Uses of ParquetField in org.apache.flink.formats.parquet.vector
Methods in org.apache.flink.formats.parquet.vector that return types with arguments of type ParquetFieldModifier and TypeMethodDescriptionstatic List<ParquetField>ParquetSplitReaderUtil.buildFieldsList(List<org.apache.flink.table.types.logical.RowType.RowField> childrens, List<String> fieldNames, org.apache.parquet.io.MessageColumnIO columnIO) Methods in org.apache.flink.formats.parquet.vector with parameters of type ParquetFieldModifier and TypeMethodDescriptionstatic ColumnReaderParquetSplitReaderUtil.createColumnReader(boolean isUtcTimestamp, org.apache.flink.table.types.logical.LogicalType fieldType, org.apache.parquet.schema.Type type, List<org.apache.parquet.column.ColumnDescriptor> columnDescriptors, org.apache.parquet.column.page.PageReadStore pages, ParquetField field, int depth) -
Uses of ParquetField in org.apache.flink.formats.parquet.vector.reader
Constructors in org.apache.flink.formats.parquet.vector.reader with parameters of type ParquetFieldModifierConstructorDescriptionNestedColumnReader(boolean isUtcTimestamp, org.apache.parquet.column.page.PageReadStore pages, ParquetField field) -
Uses of ParquetField in org.apache.flink.formats.parquet.vector.type
Subclasses of ParquetField in org.apache.flink.formats.parquet.vector.typeModifier and TypeClassDescriptionclassField that represent parquet's Group Field.classField that represent parquet's primitive field.Methods in org.apache.flink.formats.parquet.vector.type that return types with arguments of type ParquetFieldConstructor parameters in org.apache.flink.formats.parquet.vector.type with type arguments of type ParquetFieldModifierConstructorDescriptionParquetGroupField(org.apache.flink.table.types.logical.LogicalType type, int repetitionLevel, int definitionLevel, boolean required, List<ParquetField> children)