Class: Cassanity::ArgumentGenerators::Keyspaces

Inherits:
Object
  • Object
show all
Defined in:
lib/cassanity/argument_generators/keyspaces.rb

Instance Method Summary collapse

Instance Method Details

#call(args = {}) ⇒ Object

Internal



6
7
8
9
# File 'lib/cassanity/argument_generators/keyspaces.rb', line 6

def call(args = {})
  cql = "SELECT * FROM system.schema_keyspaces"
  [cql]
end