Method: Cequel::Record::Schema::ClassMethods#compact_storage?
- Defined in:
- lib/cequel/record/schema.rb
#compact_storage? ⇒ Boolean
Returns true if this table uses compact storage.
60 61 62 63 |
# File 'lib/cequel/record/schema.rb', line 60 def_delegators :table_schema, :columns, :key_columns, :key_column_names, :partition_key_columns, :partition_key_column_names, :clustering_columns, :compact_storage? |