public class SystemTableSource extends FlinkTableSource
FlinkTableSource for system table.FlinkTableSource.SplitStatisticsFLINK_INFER_SCAN_PARALLELISM, limit, predicate, projectFields, splitStatistics, table| Constructor and Description |
|---|
SystemTableSource(Table table,
boolean isStreamingMode,
org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier) |
SystemTableSource(Table table,
boolean isStreamingMode,
Predicate predicate,
int[][] projectFields,
Long limit,
int splitBatchSize,
FlinkConnectorOptions.SplitAssignMode splitAssignMode,
org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDynamicFiltering(List<String> candidateFilterFields) |
String |
asSummaryString() |
SystemTableSource |
copy() |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode() |
org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider |
getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context) |
org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider |
getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext scanContext) |
boolean |
isStreaming() |
List<String> |
listAcceptedFilterFields() |
void |
pushWatermark(org.apache.flink.api.common.eventtime.WatermarkStrategy<org.apache.flink.table.data.RowData> watermarkStrategy) |
org.apache.flink.table.plan.stats.TableStats |
reportStatistics() |
getTable, inferSourceParallelism, pushFilters, pushLimit, pushProjection, scanSplitsForInferencepublic SystemTableSource(Table table, boolean isStreamingMode, org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier)
public SystemTableSource(Table table, boolean isStreamingMode, @Nullable Predicate predicate, @Nullable int[][] projectFields, @Nullable Long limit, int splitBatchSize, FlinkConnectorOptions.SplitAssignMode splitAssignMode, org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier)
public org.apache.flink.table.connector.ChangelogMode getChangelogMode()
getChangelogMode in class FlinkTableSourcepublic org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext scanContext)
getScanRuntimeProvider in class FlinkTableSourcepublic SystemTableSource copy()
copy in class FlinkTableSourcepublic String asSummaryString()
asSummaryString in class FlinkTableSourcepublic void pushWatermark(org.apache.flink.api.common.eventtime.WatermarkStrategy<org.apache.flink.table.data.RowData> watermarkStrategy)
pushWatermark in class FlinkTableSourcepublic org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context)
getLookupRuntimeProvider in class FlinkTableSourcepublic org.apache.flink.table.plan.stats.TableStats reportStatistics()
reportStatistics in class FlinkTableSourcepublic List<String> listAcceptedFilterFields()
listAcceptedFilterFields in class FlinkTableSourcepublic void applyDynamicFiltering(List<String> candidateFilterFields)
applyDynamicFiltering in class FlinkTableSourcepublic boolean isStreaming()
isStreaming in class FlinkTableSourceCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.