Interface BulkDecodingFormat<T>
- All Superinterfaces:
org.apache.flink.table.connector.format.DecodingFormat<BulkFormat<T,,FileSourceSplit>> org.apache.flink.table.connector.format.Format
@Internal
public interface BulkDecodingFormat<T>
extends org.apache.flink.table.connector.format.DecodingFormat<BulkFormat<T,FileSourceSplit>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidapplyFilters(List<org.apache.flink.table.expressions.ResolvedExpression> filters) Provides a list of filters in conjunctive form for filtering on a best-effort basis.Methods inherited from interface org.apache.flink.table.connector.format.DecodingFormat
applyReadableMetadata, createRuntimeDecoder, listReadableMetadataMethods inherited from interface org.apache.flink.table.connector.format.Format
getChangelogMode
-
Method Details
-
applyFilters
Provides a list of filters in conjunctive form for filtering on a best-effort basis.
-