Class: Mxrb::Oql::IndexAdvice
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::IndexAdvice
- Defined in:
- lib/mxrb/oql/index_advisor.rb
Instance Attribute Summary collapse
-
#candidates ⇒ Object
readonly
Returns the value of attribute candidates.
-
#redundant_indexes ⇒ Object
readonly
Returns the value of attribute redundant_indexes.
Instance Attribute Details
#candidates ⇒ Object (readonly)
Returns the value of attribute candidates
6 7 8 |
# File 'lib/mxrb/oql/index_advisor.rb', line 6 def candidates @candidates end |
#redundant_indexes ⇒ Object (readonly)
Returns the value of attribute redundant_indexes
6 7 8 |
# File 'lib/mxrb/oql/index_advisor.rb', line 6 def redundant_indexes @redundant_indexes end |