Class ParquetPrimitiveField
java.lang.Object
org.apache.flink.formats.parquet.vector.type.ParquetField
org.apache.flink.formats.parquet.vector.type.ParquetPrimitiveField
Field that represent parquet's primitive field.
-
Constructor Summary
ConstructorsConstructorDescriptionParquetPrimitiveField(org.apache.flink.table.types.logical.LogicalType type, boolean required, org.apache.parquet.column.ColumnDescriptor descriptor, int id) -
Method Summary
Methods inherited from class org.apache.flink.formats.parquet.vector.type.ParquetField
getDefinitionLevel, getRepetitionLevel, getType, isRequired, toString
-
Constructor Details
-
ParquetPrimitiveField
public ParquetPrimitiveField(org.apache.flink.table.types.logical.LogicalType type, boolean required, org.apache.parquet.column.ColumnDescriptor descriptor, int id)
-
-
Method Details
-
getDescriptor
public org.apache.parquet.column.ColumnDescriptor getDescriptor() -
getId
public int getId()
-