@VisibleForTesting public static class OrcFileFormatFactory.OrcBulkDecodingFormat extends Object implements org.apache.flink.connector.file.table.format.BulkDecodingFormat<org.apache.flink.table.data.RowData>, org.apache.flink.table.connector.format.ProjectableDecodingFormat<org.apache.flink.connector.file.src.reader.BulkFormat<org.apache.flink.table.data.RowData,org.apache.flink.connector.file.src.FileSourceSplit>>, org.apache.flink.table.connector.format.FileBasedStatisticsReportableInputFormat
FileBasedStatisticsReportableInputFormat.| Constructor and Description |
|---|
OrcBulkDecodingFormat(org.apache.flink.configuration.ReadableConfig formatOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFilters(List<org.apache.flink.table.expressions.ResolvedExpression> filters) |
org.apache.flink.connector.file.src.reader.BulkFormat<org.apache.flink.table.data.RowData,org.apache.flink.connector.file.src.FileSourceSplit> |
createRuntimeDecoder(org.apache.flink.table.connector.source.DynamicTableSource.Context sourceContext,
org.apache.flink.table.types.DataType producedDataType,
int[][] projections) |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode() |
org.apache.flink.table.plan.stats.TableStats |
reportStatistics(List<org.apache.flink.core.fs.Path> files,
org.apache.flink.table.types.DataType producedDataType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic OrcBulkDecodingFormat(org.apache.flink.configuration.ReadableConfig formatOptions)
public org.apache.flink.connector.file.src.reader.BulkFormat<org.apache.flink.table.data.RowData,org.apache.flink.connector.file.src.FileSourceSplit> createRuntimeDecoder(org.apache.flink.table.connector.source.DynamicTableSource.Context sourceContext,
org.apache.flink.table.types.DataType producedDataType,
int[][] projections)
createRuntimeDecoder in interface org.apache.flink.table.connector.format.ProjectableDecodingFormat<org.apache.flink.connector.file.src.reader.BulkFormat<org.apache.flink.table.data.RowData,org.apache.flink.connector.file.src.FileSourceSplit>>public org.apache.flink.table.connector.ChangelogMode getChangelogMode()
getChangelogMode in interface org.apache.flink.table.connector.format.Formatpublic void applyFilters(List<org.apache.flink.table.expressions.ResolvedExpression> filters)
applyFilters in interface org.apache.flink.connector.file.table.format.BulkDecodingFormat<org.apache.flink.table.data.RowData>public org.apache.flink.table.plan.stats.TableStats reportStatistics(List<org.apache.flink.core.fs.Path> files, org.apache.flink.table.types.DataType producedDataType)
reportStatistics in interface org.apache.flink.table.connector.format.FileBasedStatisticsReportableInputFormatCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.