Class: Mxrb::Oql::IndexAdvice

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql/index_advisor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#candidatesObject (readonly)

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



6
7
8
# File 'lib/mxrb/oql/index_advisor.rb', line 6

def candidates
  @candidates
end

#redundant_indexesObject (readonly)

Returns the value of attribute redundant_indexes

Returns:

  • (Object)

    the current value of redundant_indexes



6
7
8
# File 'lib/mxrb/oql/index_advisor.rb', line 6

def redundant_indexes
  @redundant_indexes
end