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