public class OuterJoinPaddingUtil extends Object implements Serializable
Constructor and Description |
---|
OuterJoinPaddingUtil(int leftArity,
int rightArity) |
Modifier and Type | Method and Description |
---|---|
BaseRow |
padLeft(BaseRow leftRow)
Returns a padding result with the given left row.
|
BaseRow |
padRight(BaseRow rightRow)
Returns a padding result with the given right row.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.