Uses of Class
org.apache.flink.table.runtime.operators.TableStreamOperator
-
-
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.join
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.join Modifier and Type Class Description classHashJoinOperatorHash join base operator.classSortMergeJoinOperatorAn implementation that realizes the joining through a sort-merge join strategy. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.join.window
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.join.window Modifier and Type Class Description classWindowJoinOperatorStreaming window join operator. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.over
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.over Modifier and Type Class Description classBufferDataOverWindowOperatorthe operator for OVER window need cache data by ResettableExternalBuffer forOverWindowFrame.classNonBufferOverWindowOperatorThe operator for OVER window don't need cache data. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.runtimefilter
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.runtimefilter Modifier and Type Class Description classGlobalRuntimeFilterBuilderOperatorGlobal runtime filter builder operator.classLocalRuntimeFilterBuilderOperatorLocal runtime filter builder operator. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.sink
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.sink Modifier and Type Class Description classConstraintEnforcerProcessesRowDatato enforce the following constraints:NOT NULLcolumn constraint of a sink tableCHAR(length)/@{code VARCHAR(length)}: trim string values to comply with thelengthdefined in their corresponding types.classOutputConversionOperatorOperator that converts to external data structures and unwraps atomic records if necessary.classRowKindSetterAn operator that sets the row kind of the incoming records to a specific row kind.classSinkUpsertMaterializerAn operator that maintains incoming records in state corresponding to the upsert keys and generates an upsert view for the downstream operator.classStreamRecordTimestampInserterOperator which sets the timestamp on the StreamRecord from the corresponding column of each row. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.sort
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.sort Modifier and Type Class Description classLimitOperatorOperator for batch limit.classRankOperatorRank operator to compute top N.classSortLimitOperatorOperator for batch sort limit.classSortOperatorOperator for batch sort.classStreamSortOperatorOperator for stream sort. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.source
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.source Modifier and Type Class Description classInputConversionOperator<E>Operator that converts to internal data structures and wraps atomic records if necessary. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.window
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.window Modifier and Type Class Description classWindowTableFunctionOperatorThe operator acts as a table-valued function to assign windows for input row. -
Uses of TableStreamOperator in org.apache.flink.table.runtime.operators.window.slicing
Subclasses of TableStreamOperator in org.apache.flink.table.runtime.operators.window.slicing Modifier and Type Class Description classSlicingWindowOperator<K,W>TheSlicingWindowOperatorimplements an optimized processing for aligned windows which can apply the slicing optimization.
-