com.datastax.spark.connector.writer
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.
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.
A RowWriter that can write CassandraRow objects.