Method: NoSE::Plans::QueryPlan#select_fields
- Defined in:
- lib/nose/plans/query_planner.rb
#select_fields ⇒ Array<Fields::Field>
Fields selected by this plan
195 196 197 |
# File 'lib/nose/plans/query_planner.rb', line 195 def select_fields @query.select end |