T - the data model typepublic class ParquetFileFormat<T> extends AbstractParquetFileFormat<T>
DataFormat for Parquet file.StripedDataFormat.InputContext| Constructor and Description |
|---|
ParquetFileFormat(String tableName,
ParquetFormatConfiguration configuration,
DataModelDescriptor descriptor)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
DataModelDescriptor |
getDataModelDescriptor()
Returns the target data model descriptor.
|
ParquetFormatConfiguration |
getFormatConfiguration()
Returns the format configuration.
|
String |
getTableName()
Returns the table name.
|
computeInputFragments, createInput, createOutput, getSchema, getSupportedTypecreateInputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinimumFragmentSize, getPreferredFragmentSizepublic ParquetFileFormat(String tableName, ParquetFormatConfiguration configuration, DataModelDescriptor descriptor)
tableName - the target table nameconfiguration - the format configurationdescriptor - the data model descriptorpublic String getTableName()
AbstractParquetFileFormatgetTableName in class AbstractParquetFileFormat<T>public DataModelDescriptor getDataModelDescriptor()
AbstractParquetFileFormatgetDataModelDescriptor in class AbstractParquetFileFormat<T>public ParquetFormatConfiguration getFormatConfiguration()
AbstractParquetFileFormatgetFormatConfiguration in class AbstractParquetFileFormat<T>Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.