Package org.apache.flink.table.planner.plan.nodes.exec.batch
package org.apache.flink.table.planner.plan.nodes.exec.batch
-
ClassDescription
BatchExecNodefor adaptive join.BatchExecNodeto connect a given boundedDataStreamand consume data from it.BatchExecNodefor Calc.Batch exec node which matches along with join a Java/Scala user defined table function.BatchExecNodethat collects inputs and buildsDynamicFilteringData, and then sends theDynamicFilteringEventto the source coordinator.ThisExecNoderepresents a change of partitioning of the input elements for batch.BatchExecNodefor ExecutionOrderEnforcer.BatchExecNodethat can expand one row to multiple rows based on given projects.BatchExecNodefor hash-based aggregate operator.BatchExecNodefor Hash Join.BatchExecNodefor hash-based window aggregate operator.BatchExecNodefor multiple operator fusion codegen input, it is adapter source node.BatchExecNodeto write data into an external sink defined by aTableSink.BatchExecNodeto read data from an external source defined by a boundedStreamTableSource.BatchExecNodefor Limit.BatchExecNodefor temporal table join that implemented by lookup.BatchExecNodewhich matches along with MATCH_RECOGNIZE.BatchExecNodefor Nested-loop Join.Base class for batchExecNode.BatchExecNodefor sort-based over window aggregate.BatchExecNodebase class for sort-based over window aggregate.OverWindowMode describes the mode of a group in over window.BatchExecNodefor Python ScalarFunctions.Batch exec node which matches along with join a Python user defined table function.BatchExecNodefor Python unbounded group aggregate.BatchExecNodefor group widow aggregate (Python user defined aggregate function).BatchExecNodefor sort-based over window aggregate (Python user defined aggregate function).BatchExecNodefor Rank.BatchExecNodefor ScripTransform.BatchExecNodeto write data into an external sink defined by aDynamicTableSink.BatchExecNodefor Sort without limit.BatchExecNodefor (global) sort-based aggregate operator.BatchExecNodefor Sort with limit.BatchExecNodefor Sort Merge Join.BatchExecNodefor sort-based window aggregate operator.BatchExecNodeto read data from an external source defined by a boundedScanTableSource.BatchExecNodethat is not a physical node and just union the inputs' records into one node.BatchExecNodethat read records from given values.BatchExecNodefor window table-valued function.ABatchExecNodewhich does not sort the input data within the operator, but requires the input data is already sorted.