Uses of Record Class
io.trino.parquet.reader.StructColumnReader.RowBlockPositions
Packages that use StructColumnReader.RowBlockPositions
-
Uses of StructColumnReader.RowBlockPositions in io.trino.parquet.reader
Methods in io.trino.parquet.reader that return StructColumnReader.RowBlockPositionsModifier and TypeMethodDescriptionStructColumnReader.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.