Method: NoSE::Plans::QueryPlan#select_fields

Defined in:
lib/nose/plans/query_planner.rb

#select_fieldsArray<Fields::Field>

Fields selected by this plan

Returns:



195
196
197
# File 'lib/nose/plans/query_planner.rb', line 195

def select_fields
  @query.select
end