public class VectorSerializeRowNoNulls
extends Object
This class serializes columns from a row in a VectorizedRowBatch into a serialization format.
The caller provides the hive type names and column numbers in the order desired to
serialize.
This class uses an provided SerializeWrite object to directly serialize by writing
field-by-field into a serialization format from the primitive values of the VectorizedRowBatch.
Note that when serializing a row, the logical mapping using selected in use has already
been performed.
NOTE: This class is a variation of VectorSerializeRow for serialization of columns that
have no nulls.