Interface SchemaNode
- All Known Implementing Classes:
SchemaNode.GroupNode, SchemaNode.PrimitiveNode
Tree-based representation of Parquet schema for nested data support.
Each node represents either a primitive column or a group (struct/list/map).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordGroup node representing a struct, list, or map.static final recordPrimitive leaf node representing an actual data column. -
Method Summary
-
Method Details
-
name
String name() -
repetitionType
RepetitionType repetitionType() -
maxDefinitionLevel
int maxDefinitionLevel() -
maxRepetitionLevel
int maxRepetitionLevel()
-