Method: NoSE::Plans::QueryPlanTree#query
- Defined in:
- lib/nose/plans/query_planner.rb
#query ⇒ Query
The query this tree of plans is generated for
109 110 111 |
# File 'lib/nose/plans/query_planner.rb', line 109 def query @root.state.query end |