| Constructor and Description |
|---|
BatchExecTableSourceScan(org.apache.flink.configuration.ReadableConfig tableConfig,
DynamicTableSourceSpec tableSourceSpec,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
| Modifier and Type | Method and Description |
|---|---|
DynamicTableSourceSpec |
CommonExecTableSourceScan.getTableSourceSpec() |
| Constructor and Description |
|---|
CommonExecTableSourceScan(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
DynamicTableSourceSpec tableSourceSpec,
org.apache.flink.table.types.logical.LogicalType outputType,
String description) |
| Modifier and Type | Method and Description |
|---|---|
DynamicTableSourceSpec |
TemporalTableSourceSpec.getTableSourceSpec() |
| Constructor and Description |
|---|
TemporalTableSourceSpec(DynamicTableSourceSpec dynamicTableSourceSpec,
org.apache.calcite.rel.type.RelDataType outputType) |
| Constructor and Description |
|---|
StreamExecTableSourceScan(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
DynamicTableSourceSpec tableSourceSpec,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
StreamExecTableSourceScan(org.apache.flink.configuration.ReadableConfig tableConfig,
DynamicTableSourceSpec tableSourceSpec,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.