class Cassandra::Table
Represents a cassandra table
Inherits
Object
Constants
NULL_BYTE
"\x00".freeze
Methods
name
Returns table name
has_column?(name)
Returns whether this table has a given column
column(name)
Returns a column or nil
each_column(&block)
aliased as:
columns
Yield or enumerate each column defined in this table
to_cql
Returns a cql representation of this table
inspect
Returns a CLI-friendly table representation
eql?(other)
aliased as:
==
Returns whether this table is equal to the other
partition_key
Returns the value of attribute partition_key
clustering_columns
Returns the value of attribute clustering_columns
clustering_order
Returns the value of attribute clustering_order