class Cassandra::Column
Represents a cassandra column
Inherits
Object
Methods
name
Returns column name
order
Returns column order (:asc
or :desc
)
static?
Returns whether the column is static
to_cql
Returns a cql representation of this column
inspect
Returns a CLI-friendly column representation
eql?(other)
aliased as:
==
Returns whether this column is equal to the other