Class ParquetGroupSchemaUtils
java.lang.Object
org.gridgain.internal.sql.copy.parquet.ParquetGroupSchemaUtils
Utility class for mapping java types to parquet types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.parquet.schema.TypegetParquetType(org.apache.ignite.internal.schema.Column column) Returns the parquet type based on provided field metadata.
-
Constructor Details
-
ParquetGroupSchemaUtils
public ParquetGroupSchemaUtils()
-
-
Method Details
-
getParquetType
public static org.apache.parquet.schema.Type getParquetType(org.apache.ignite.internal.schema.Column column) Returns the parquet type based on provided field metadata.- Parameters:
column- GridGain field metadata.
-