class Cassandra::Index
Represents an index on a cassandra table
Inherits
Object
Methods
table
Returns table that the index applies to.
name
Returns name of the index.
kind
Returns kind of index: :keys
, :composites
, or :custom
.
target
Returns name of column that the index applies to.
options
Returns options of the index.
custom_index?
Returns whether or not this index uses a custom class.
custom_class_name
Returns name of the index class if this is a custom index; nil otherwise.
to_cql
Returns a cql representation of this index