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, getSupportedType
createInput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMinimumFragmentSize, getPreferredFragmentSize
public ParquetFileFormat(String tableName, ParquetFormatConfiguration configuration, DataModelDescriptor descriptor)
tableName
- the target table nameconfiguration
- the format configurationdescriptor
- the data model descriptorpublic String getTableName()
AbstractParquetFileFormat
getTableName
in class AbstractParquetFileFormat<T>
public DataModelDescriptor getDataModelDescriptor()
AbstractParquetFileFormat
getDataModelDescriptor
in class AbstractParquetFileFormat<T>
public ParquetFormatConfiguration getFormatConfiguration()
AbstractParquetFileFormat
getFormatConfiguration
in class AbstractParquetFileFormat<T>
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.