Class OuterJoinPaddingUtil
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.join.OuterJoinPaddingUtil
-
- All Implemented Interfaces:
Serializable
public class OuterJoinPaddingUtil extends Object implements Serializable
An utility to generate reusable padding results for outer joins.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OuterJoinPaddingUtil(int leftArity, int rightArity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowData
padLeft(RowData leftRow)
Returns a padding result with the given left row.RowData
padRight(RowData rightRow)
Returns a padding result with the given right row.
-