Returns true if there are any NULL values in this row.
Returns true if there are any NULL values in this row.
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.
An internal row implementation that uses an array of objects as the underlying storage. Note that, while the array is not copied, and thus could technically be mutated after creation, this is not allowed.