| Package | Description |
|---|---|
| org.apache.flink.table.planner.plan.nodes.exec.batch | |
| org.apache.flink.table.planner.plan.nodes.exec.stream |
| Modifier and Type | Field and Description |
|---|---|
protected OverSpec |
BatchExecOverAggregateBase.overSpec |
| Constructor and 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,
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) |
| Constructor and Description |
|---|
StreamExecOverAggregate(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) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.