Class ParquetGroupField
java.lang.Object
org.apache.flink.formats.parquet.vector.type.ParquetField
org.apache.flink.formats.parquet.vector.type.ParquetGroupField
Field that represent parquet's Group Field.
-
Constructor Summary
ConstructorsConstructorDescriptionParquetGroupField(org.apache.flink.table.types.logical.LogicalType type, int repetitionLevel, int definitionLevel, boolean required, List<ParquetField> children) -
Method Summary
Methods inherited from class org.apache.flink.formats.parquet.vector.type.ParquetField
getDefinitionLevel, getRepetitionLevel, getType, isRequired, toString
-
Constructor Details
-
ParquetGroupField
public ParquetGroupField(org.apache.flink.table.types.logical.LogicalType type, int repetitionLevel, int definitionLevel, boolean required, List<ParquetField> children)
-
-
Method Details
-
getChildren
-