- java.lang.Object
-
- com.actian.dataflow.operators.io.parquet.ParquetMetadata
-
public class ParquetMetadata extends Object
Meta data about a Parquet data set shared externally. Captures the dataflow record token type of the Parquet file based on it's schema.
-
-
Constructor Summary
Constructors Constructor Description ParquetMetadata(RecordTokenType type)
-
-
-
Constructor Detail
-
ParquetMetadata
public ParquetMetadata(RecordTokenType type)
-
-
Method Detail
-
getType
public RecordTokenType getType()
-
-