Class: RailsVitals::Analyzers::ExplainAnalyzer::PlanNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_vitals/analyzers/explain_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actual_rowsObject

Returns the value of attribute actual_rows

Returns:

  • (Object)

    the current value of actual_rows



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def actual_rows
  @actual_rows
end

#actual_startup_msObject

Returns the value of attribute actual_startup_ms

Returns:

  • (Object)

    the current value of actual_startup_ms



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def actual_startup_ms
  @actual_startup_ms
end

#actual_total_msObject

Returns the value of attribute actual_total_ms

Returns:

  • (Object)

    the current value of actual_total_ms



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def actual_total_ms
  @actual_total_ms
end

#alias_nameObject

Returns the value of attribute alias_name

Returns:

  • (Object)

    the current value of alias_name



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def alias_name
  @alias_name
end

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def children
  @children
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def filter
  @filter
end

#index_conditionObject

Returns the value of attribute index_condition

Returns:

  • (Object)

    the current value of index_condition



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def index_condition
  @index_condition
end

#index_nameObject

Returns the value of attribute index_name

Returns:

  • (Object)

    the current value of index_name



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def index_name
  @index_name
end

#loopsObject

Returns the value of attribute loops

Returns:

  • (Object)

    the current value of loops



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def loops
  @loops
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def 
  @metadata
end

#node_typeObject

Returns the value of attribute node_type

Returns:

  • (Object)

    the current value of node_type



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def node_type
  @node_type
end

#plan_rowsObject

Returns the value of attribute plan_rows

Returns:

  • (Object)

    the current value of plan_rows



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def plan_rows
  @plan_rows
end

#plan_widthObject

Returns the value of attribute plan_width

Returns:

  • (Object)

    the current value of plan_width



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def plan_width
  @plan_width
end

#relationObject

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def relation
  @relation
end

#rows_removed_by_filterObject

Returns the value of attribute rows_removed_by_filter

Returns:

  • (Object)

    the current value of rows_removed_by_filter



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def rows_removed_by_filter
  @rows_removed_by_filter
end

#startup_costObject

Returns the value of attribute startup_cost

Returns:

  • (Object)

    the current value of startup_cost



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def startup_cost
  @startup_cost
end

#total_costObject

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



124
125
126
# File 'lib/rails_vitals/analyzers/explain_analyzer.rb', line 124

def total_cost
  @total_cost
end