Creates a C* table based on the Dataset Struct provided.
Creates a C* table based on the Dataset Struct provided. Optionally takes in a list of partition columns or clustering columns names. When absent the first column will be used as the partition key and there will be no clustering keys.
Provides Cassandra-specific methods on org.apache.spark.sql.DataFrame