Class: Mxrb::Oql::IndexCandidate

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



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

def columns
  @columns
end

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



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

def confidence
  @confidence
end

#query_idsObject (readonly)

Returns the value of attribute query_ids

Returns:

  • (Object)

    the current value of query_ids



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

def query_ids
  @query_ids
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



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

def reason
  @reason
end

#relationObject (readonly)

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



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

def relation
  @relation
end