Package io.trino.parquet.reader
Class StructColumnReader
java.lang.Object
io.trino.parquet.reader.StructColumnReader
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncalculateStructOffsets(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 Details
-
calculateStructOffsets
public static StructColumnReader.RowBlockPositions 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.
-