Module: QueryBuilder::CQL::Modifiers::AllowFiltering

Included in:
Statements::Select
Defined in:
lib/query_builder/cql/modifiers/allow_filtering.rb

Overview

Provides ALLOW FILTERING clauses for statements

Defined Under Namespace

Classes: Clause

Instance Method Summary collapse

Instance Method Details

#allow_filteringQueryBuilder::Core::Statement

Adds ALLOW FILTERING clause to the statement

Returns:



15
16
17
# File 'lib/query_builder/cql/modifiers/allow_filtering.rb', line 15

def allow_filtering
  self << Clause.new
end