Module: QueryBuilder::CQL::Modifiers::CompactStorage
- Included in:
- Statements::CreateTable
- Defined in:
- lib/query_builder/cql/modifiers/compact_storage.rb
Overview
Provides COMPACT STORAGE clauses for statements
Defined Under Namespace
Classes: Clause
Instance Method Summary collapse
-
#compact_storage ⇒ QueryBuilder::Core::Statement
Adds COMPACT STORAGE clause to the statement.
Instance Method Details
#compact_storage ⇒ QueryBuilder::Core::Statement
Adds COMPACT STORAGE clause to the statement
15 16 17 |
# File 'lib/query_builder/cql/modifiers/compact_storage.rb', line 15 def compact_storage self << Clause.new end |