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.
A row type that holds an array specialized container objects, of type MutableValue, chosen based on the dataTypes of each column. The intent is to decrease garbage when modifying the values of primitive columns.