Represents a cassandra column

See Also:
  • Table#each_column
  • Table#column

Inherits

Object

Methods

name

Returns column name

Returns:
Type Details
String column name

type

Returns column type

Returns:
Type Details
Type column type

order

Returns column order (:asc or :desc)

Returns:
Type Details
Symbol column order (:asc or :desc)

static?

Returns whether the column is static

Returns:
Type Details
Boolean whether the column is static

frozen?

Returns whether the column is frozen

Returns:
Type Details
Boolean whether the column is frozen