Module: QueryBuilder::CQL::Modifiers::CalledOnNull

Included in:
Statements::CreateFunction
Defined in:
lib/query_builder/cql/modifiers/called_on_null.rb

Overview

Provides column for CALLED ON NULL statement

Defined Under Namespace

Classes: Clause

Instance Method Summary collapse

Instance Method Details

#called_on_nullQueryBuilder::Core::Statement

Adds CALLED ON NULL to the index

Returns:



17
18
19
# File 'lib/query_builder/cql/modifiers/called_on_null.rb', line 17

def called_on_null
  self << Clause.new
end