Package | Description |
---|---|
org.apache.flink.table.planner.plan.nodes.exec.batch |
Modifier and Type | Class and Description |
---|---|
class |
BatchExecOverAggregate
Batch
ExecNode for sort-based over window aggregate. |
class |
BatchExecOverAggregateBase
Batch
ExecNode base class for sort-based over window aggregate. |
class |
BatchExecPythonOverAggregate
Batch
ExecNode for sort-based over window aggregate (Python user defined aggregate
function). |
class |
BatchExecRank
BatchExecNode for Rank. |
class |
BatchExecSortAggregate
Batch
ExecNode for (global) sort-based aggregate operator. |
class |
BatchExecSortWindowAggregate
Batch
ExecNode for sort-based window aggregate operator. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.