Uses of Class
org.apache.flink.formats.parquet.vector.type.ParquetField
-
-
Uses of ParquetField in org.apache.flink.formats.parquet.utils
Methods in org.apache.flink.formats.parquet.utils with parameters of type ParquetField Modifier and Type Method Description static 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 ParquetField Modifier and Type Method Description static 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 ParquetField Modifier and Type Method Description static 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 ParquetField Constructor Description NestedColumnReader(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.type Modifier and Type Class Description classParquetGroupFieldField that represent parquet's Group Field.classParquetPrimitiveFieldField that represent parquet's primitive field.Methods in org.apache.flink.formats.parquet.vector.type that return types with arguments of type ParquetField Modifier and Type Method Description List<ParquetField>ParquetGroupField. getChildren()Constructor parameters in org.apache.flink.formats.parquet.vector.type with type arguments of type ParquetField Constructor Description ParquetGroupField(org.apache.flink.table.types.logical.LogicalType type, int repetitionLevel, int definitionLevel, boolean required, List<ParquetField> children)
-