public class OuterJoinPaddingUtil extends Object implements Serializable
Constructor and Description |
---|
OuterJoinPaddingUtil(int leftArity,
int rightArity) |
Modifier and Type | Method and 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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.