Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.spec.OverSpec
Packages that use OverSpec
Package
Description
-
Uses of OverSpec in org.apache.flink.table.planner.plan.nodes.exec.batch
Fields in org.apache.flink.table.planner.plan.nodes.exec.batch declared as OverSpecConstructors in org.apache.flink.table.planner.plan.nodes.exec.batch with parameters of type OverSpecModifierConstructorDescriptionBatchExecOverAggregate(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, OverSpec overSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecOverAggregate(org.apache.flink.configuration.ReadableConfig tableConfig, OverSpec overSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecOverAggregateBase(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, OverSpec overSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecOverAggregateBase(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, OverSpec overSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecPythonOverAggregate(org.apache.flink.configuration.ReadableConfig tableConfig, OverSpec overSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) -
Uses of OverSpec 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 OverSpecModifierConstructorDescriptionStreamExecOverAggregate(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, OverSpec overSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecOverAggregate(org.apache.flink.configuration.ReadableConfig tableConfig, OverSpec overSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecPythonOverAggregate(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, OverSpec overSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecPythonOverAggregate(org.apache.flink.configuration.ReadableConfig tableConfig, OverSpec overSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description)