public class StructColumnReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static it.unimi.dsi.fastutil.booleans.BooleanList |
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.
|
public static it.unimi.dsi.fastutil.booleans.BooleanList calculateStructOffsets(Field field, int[] fieldDefinitionLevels, int[] fieldRepetitionLevels)
Copyright © 2012–2024. All rights reserved.