Cql DELETE statement
Cql DELETE statement
columns to delete, the row will be deleted completely if the list is empty
primary key values to select delete rows
Write data with Cql INSERT statement
Write data with Cql UPDATE statement
Main entry point if counter or collection column need to be updated Cql UPDATE command will be used INSERT otherwise
Writes RDD data into given Cassandra table. Individual column values are extracted from RDD objects using given RowWriter Then, data are inserted into Cassandra with batches of CQL INSERT statements. Each RDD partition is processed by a single thread.