Returns true if there are any NULL values in this row.
Returns true if there are any NULL values in this row.
Updates this JoinedRow to used point at two new base rows.
Updates this JoinedRow to used point at two new base rows. Returns itself.
Make a copy of the current InternalRow object.
Make a copy of the current InternalRow object.
Update the decimal column at i
.
Update the decimal column at i
.
Note: In order to support update decimal with precision > 18 in UnsafeRow, CAN NOT call setNullAt() for decimal column on UnsafeRow, call setDecimal(i, null, precision).
Return a Scala Seq representing the row.
Return a Scala Seq representing the row. Elements are placed in the same order in the Seq.
Updates this JoinedRow by updating its left base row.
Updates this JoinedRow by updating its left base row. Returns itself.
Updates this JoinedRow by updating its right base row.
Updates this JoinedRow by updating its right base row. Returns itself.
A mutable wrapper that makes two rows appear as a single concatenated row. Designed to be instantiated once per thread and reused.