public class SystemTableSource extends FlinkTableSource
FlinkTableSource
for system table.FlinkTableSource.SplitStatistics
org.apache.flink.table.connector.source.ScanTableSource.ScanContext, org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider
FLINK_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 |
---|---|
String |
asSummaryString() |
SystemTableSource |
copy() |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode() |
org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider |
getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext scanContext) |
boolean |
isStreaming() |
applyFilters, applyLimit, applyProjection, getTable, inferSourceParallelism, scanSplitsForInference, supportsNestedProjection
public 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()
public org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext scanContext)
public SystemTableSource copy()
public String asSummaryString()
public boolean isStreaming()
isStreaming
in class FlinkTableSource
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.