@Internal public class MongoDynamicTableSource extends Object implements org.apache.flink.table.connector.source.ScanTableSource, org.apache.flink.table.connector.source.LookupTableSource, org.apache.flink.table.connector.source.abilities.SupportsProjectionPushDown, org.apache.flink.table.connector.source.abilities.SupportsFilterPushDown, org.apache.flink.table.connector.source.abilities.SupportsLimitPushDown
DynamicTableSource for MongoDB.org.apache.flink.table.connector.source.ScanTableSource.ScanContext, org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProviderorg.apache.flink.table.connector.source.LookupTableSource.LookupContext, org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider| 构造器和说明 |
|---|
MongoDynamicTableSource(MongoConnectionOptions connectionOptions,
MongoReadOptions readOptions,
org.apache.flink.table.connector.source.lookup.cache.LookupCache lookupCache,
int lookupMaxRetries,
long lookupRetryIntervalMs,
org.apache.flink.table.types.DataType producedDataType) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.table.connector.source.abilities.SupportsFilterPushDown.Result |
applyFilters(List<org.apache.flink.table.expressions.ResolvedExpression> filters) |
void |
applyLimit(long limit) |
void |
applyProjection(int[][] projectedFields,
org.apache.flink.table.types.DataType producedDataType) |
String |
asSummaryString() |
org.apache.flink.table.connector.source.DynamicTableSource |
copy() |
boolean |
equals(Object o) |
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 runtimeProviderContext) |
int |
hashCode() |
boolean |
supportsNestedProjection() |
public MongoDynamicTableSource(MongoConnectionOptions connectionOptions, MongoReadOptions readOptions, @Nullable org.apache.flink.table.connector.source.lookup.cache.LookupCache lookupCache, int lookupMaxRetries, long lookupRetryIntervalMs, org.apache.flink.table.types.DataType producedDataType)
public org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context)
getLookupRuntimeProvider 在接口中 org.apache.flink.table.connector.source.LookupTableSourcepublic org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext runtimeProviderContext)
getScanRuntimeProvider 在接口中 org.apache.flink.table.connector.source.ScanTableSourcepublic org.apache.flink.table.connector.ChangelogMode getChangelogMode()
getChangelogMode 在接口中 org.apache.flink.table.connector.source.ScanTableSourcepublic org.apache.flink.table.connector.source.DynamicTableSource copy()
copy 在接口中 org.apache.flink.table.connector.source.DynamicTableSourcepublic String asSummaryString()
asSummaryString 在接口中 org.apache.flink.table.connector.source.DynamicTableSourcepublic void applyLimit(long limit)
applyLimit 在接口中 org.apache.flink.table.connector.source.abilities.SupportsLimitPushDownpublic boolean supportsNestedProjection()
supportsNestedProjection 在接口中 org.apache.flink.table.connector.source.abilities.SupportsProjectionPushDownpublic void applyProjection(int[][] projectedFields,
org.apache.flink.table.types.DataType producedDataType)
applyProjection 在接口中 org.apache.flink.table.connector.source.abilities.SupportsProjectionPushDownpublic org.apache.flink.table.connector.source.abilities.SupportsFilterPushDown.Result applyFilters(List<org.apache.flink.table.expressions.ResolvedExpression> filters)
applyFilters 在接口中 org.apache.flink.table.connector.source.abilities.SupportsFilterPushDownCopyright © 2022–2024 The Apache Software Foundation. All rights reserved.