List of columns this RowWriter is going to write.
List of columns this RowWriter is going to write.
Used to construct appropriate INSERT or UPDATE statement.
Extracts column values from data object and writes them into the given buffer
in the same order as they are listed in the columnNames sequence.
RowWriterknows how to extract column names and values from custom row objects and how to convert them to values that can be written to Cassandra.RowWriteris required to apply any user-defined data type conversion.