Class ParquetPrimitiveField
- java.lang.Object
-
- org.apache.flink.formats.parquet.vector.type.ParquetField
-
- org.apache.flink.formats.parquet.vector.type.ParquetPrimitiveField
-
public class ParquetPrimitiveField extends ParquetField
Field that represent parquet's primitive field.
-
-
Constructor Summary
Constructors Constructor Description ParquetPrimitiveField(org.apache.flink.table.types.logical.LogicalType type, boolean required, org.apache.parquet.column.ColumnDescriptor descriptor, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.parquet.column.ColumnDescriptorgetDescriptor()intgetId()-
Methods inherited from class org.apache.flink.formats.parquet.vector.type.ParquetField
getDefinitionLevel, getRepetitionLevel, getType, isRequired, toString
-
-