class Cequel::Schema::CollectionColumn

A collection column (list, set, or map)

@abstract

Public Instance Methods

collection_column?() click to toggle source

(see Column#collection_column?)

# File lib/cequel/schema/column.rb, line 214
def collection_column?
  true
end
indexed?() click to toggle source

(see DataColumn#indexed?)

# File lib/cequel/schema/column.rb, line 219
def indexed?
  false
end