class Cassandra::Table
Represents a cassandra table
Inherits
Methods
clustering_order
Returns an array of order values (:asc or :desc) that apply to the
clustering_columns array.
has_index?
(name)Returns whether this table has a given index
index
(name)Returns an index or nil
each_index
(&block) aliased as: indexesYield or enumerate each index bound to this table
to_cql
Returns a cql representation of this table