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