Method: ActiveRecord::ConnectionAdapters::AbstractAdapter#index_algorithms

Defined in:
lib/active_record/connection_adapters/abstract_adapter.rb

#index_algorithmsObject

A list of index algorithms, to be filled by adapters that support them. MySQL and PostgreSQL have support for them right now.



302
303
304
# File 'lib/active_record/connection_adapters/abstract_adapter.rb', line 302

def index_algorithms
  {}
end