T
- the data model typepublic class OrcFileFormat<T> extends AbstractOrcFileFormat<T>
DataFormat
for ORCFile.StripedDataFormat.InputContext
Constructor and Description |
---|
OrcFileFormat(String tableName,
OrcFormatConfiguration configuration,
DataModelDescriptor descriptor)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
DataModelDescriptor |
getDataModelDescriptor()
Returns the target data model descriptor.
|
OrcFormatConfiguration |
getFormatConfiguration()
Returns the format configuration.
|
String |
getTableName()
Returns the table name.
|
computeInputFragments, createInput, createOutput, getSchema, getSupportedType
createInput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMinimumFragmentSize, getPreferredFragmentSize
public OrcFileFormat(String tableName, OrcFormatConfiguration configuration, DataModelDescriptor descriptor)
tableName
- the target table nameconfiguration
- the format configurationdescriptor
- the data model descriptorpublic String getTableName()
AbstractOrcFileFormat
getTableName
in class AbstractOrcFileFormat<T>
public DataModelDescriptor getDataModelDescriptor()
AbstractOrcFileFormat
getDataModelDescriptor
in class AbstractOrcFileFormat<T>
public OrcFormatConfiguration getFormatConfiguration()
AbstractOrcFileFormat
getFormatConfiguration
in class AbstractOrcFileFormat<T>
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.