Method: Cassandra::Table#has_index?
- Defined in:
- lib/cassandra/table.rb
permalink #has_index?(name) ⇒ Boolean
Returns whether this table has a given index.
49 50 51 |
# File 'lib/cassandra/table.rb', line 49 def has_index?(name) @indexes_hash.key?(name) end |