Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.spec.DynamicTableSourceSpec
Packages that use DynamicTableSourceSpec
Package
Description
-
Uses of DynamicTableSourceSpec in org.apache.flink.table.planner.plan.nodes.exec.batch
Constructors in org.apache.flink.table.planner.plan.nodes.exec.batch with parameters of type DynamicTableSourceSpecModifierConstructorDescriptionBatchExecTableSourceScan(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig tableConfig, DynamicTableSourceSpec tableSourceSpec, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecTableSourceScan(org.apache.flink.configuration.ReadableConfig tableConfig, DynamicTableSourceSpec tableSourceSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecTableSourceScan(org.apache.flink.configuration.ReadableConfig tableConfig, DynamicTableSourceSpec tableSourceSpec, org.apache.flink.table.types.logical.RowType outputType, String description) -
Uses of DynamicTableSourceSpec in org.apache.flink.table.planner.plan.nodes.exec.common
Methods in org.apache.flink.table.planner.plan.nodes.exec.common that return DynamicTableSourceSpecConstructors in org.apache.flink.table.planner.plan.nodes.exec.common with parameters of type DynamicTableSourceSpecModifierConstructorDescriptionprotectedCommonExecTableSourceScan(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, DynamicTableSourceSpec tableSourceSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.LogicalType outputType, String description) -
Uses of DynamicTableSourceSpec in org.apache.flink.table.planner.plan.nodes.exec.spec
Methods in org.apache.flink.table.planner.plan.nodes.exec.spec that return DynamicTableSourceSpecConstructors in org.apache.flink.table.planner.plan.nodes.exec.spec with parameters of type DynamicTableSourceSpecModifierConstructorDescriptionTemporalTableSourceSpec(DynamicTableSourceSpec dynamicTableSourceSpec, org.apache.calcite.rel.type.RelDataType outputType) -
Uses of DynamicTableSourceSpec in org.apache.flink.table.planner.plan.nodes.exec.stream
Constructors in org.apache.flink.table.planner.plan.nodes.exec.stream with parameters of type DynamicTableSourceSpecModifierConstructorDescriptionStreamExecTableSourceScan(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)