| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.bundle.trigger | |
| org.apache.flink.table.runtime.operators.join.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
CountCoBundleTrigger<IN1,IN2>
A
CoBundleTrigger that fires once the count of elements in a bundle reaches the given
count. |
| Modifier and Type | Method and Description |
|---|---|
static MiniBatchStreamingJoinOperator |
MiniBatchStreamingJoinOperator.newMiniBatchStreamJoinOperator(FlinkJoinType joinType,
InternalTypeInfo<org.apache.flink.table.data.RowData> leftType,
InternalTypeInfo<org.apache.flink.table.data.RowData> rightType,
GeneratedJoinCondition generatedJoinCondition,
JoinInputSideSpec leftInputSideSpec,
JoinInputSideSpec rightInputSideSpec,
boolean leftIsOuter,
boolean rightIsOuter,
boolean[] filterNullKeys,
long leftStateRetentionTime,
long rightStateRetentionTime,
CoBundleTrigger<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData> coBundleTrigger) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.