Uses of Interface
org.apache.flink.connector.file.table.format.BulkDecodingFormat
-
-
Uses of BulkDecodingFormat in org.apache.flink.connector.file.table.factories
Methods in org.apache.flink.connector.file.table.factories that return BulkDecodingFormat Modifier and Type Method Description BulkDecodingFormat<RowData>
BulkReaderFormatFactory. createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
Creates aBulkDecodingFormat
from the given context and format options. -
Uses of BulkDecodingFormat in org.apache.flink.formats.avro
Methods in org.apache.flink.formats.avro that return BulkDecodingFormat Modifier and Type Method Description BulkDecodingFormat<RowData>
AvroFileFormatFactory. createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
-
Uses of BulkDecodingFormat in org.apache.flink.formats.csv
Classes in org.apache.flink.formats.csv that implement BulkDecodingFormat Modifier and Type Class Description static class
CsvFileFormatFactory.CsvBulkDecodingFormat
CsvBulkDecodingFormat which implementsFileBasedStatisticsReportableInputFormat
.Methods in org.apache.flink.formats.csv that return BulkDecodingFormat Modifier and Type Method Description BulkDecodingFormat<RowData>
CsvFileFormatFactory. createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
-
Uses of BulkDecodingFormat in org.apache.flink.formats.parquet
Classes in org.apache.flink.formats.parquet that implement BulkDecodingFormat Modifier and Type Class Description static class
ParquetFileFormatFactory.ParquetBulkDecodingFormat
ParquetBulkDecodingFormat which implementsFileBasedStatisticsReportableInputFormat
.Methods in org.apache.flink.formats.parquet that return BulkDecodingFormat Modifier and Type Method Description BulkDecodingFormat<RowData>
ParquetFileFormatFactory. createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
-
Uses of BulkDecodingFormat in org.apache.flink.formats.protobuf
Methods in org.apache.flink.formats.protobuf that return BulkDecodingFormat Modifier and Type Method Description BulkDecodingFormat<RowData>
PbFileFormatFactory. createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
-
Uses of BulkDecodingFormat in org.apache.flink.orc
Classes in org.apache.flink.orc that implement BulkDecodingFormat Modifier and Type Class Description static class
OrcFileFormatFactory.OrcBulkDecodingFormat
OrcBulkDecodingFormat which implementsFileBasedStatisticsReportableInputFormat
.Methods in org.apache.flink.orc that return BulkDecodingFormat Modifier and Type Method Description BulkDecodingFormat<RowData>
OrcFileFormatFactory. createDecodingFormat(DynamicTableFactory.Context context, ReadableConfig formatOptions)
-