Uses of Class
com.actian.dataflow.operators.io.orc.ORCMetadata
-
Packages that use ORCMetadata Package Description com.actian.dataflow.operators.io.orc -
-
Uses of ORCMetadata in com.actian.dataflow.operators.io.orc
Methods in com.actian.dataflow.operators.io.orc that return ORCMetadata Modifier and Type Method Description ORCMetadata
ReadORC. discoverMetadata(FileClient client)
Gets the metadata for the currently configured data source.Constructors in com.actian.dataflow.operators.io.orc with parameters of type ORCMetadata Constructor Description ORCFormat(ORCMetadata orcMetadata)
ORCFormat(ORCMetadata orcMetadata, ModuleConfiguration moduleConfiguration, com.actian.dataflow.hive.shims.ORCOptions options)
ORCFormat(ORCMetadata orcMetadata, FileMetadata fileMetadata, ModuleConfiguration moduleConfiguration, com.actian.dataflow.hive.shims.ORCOptions options)
-