Action_aggregate_order_by
order by aggregate values of table "Action"
input Action_aggregate_order_by {
  avg: Action_avg_order_by
  count: order_by
  max: Action_max_order_by
  min: Action_min_order_by
  stddev: Action_stddev_order_by
  stddev_pop: Action_stddev_pop_order_by
  stddev_samp: Action_stddev_samp_order_by
  sum: Action_sum_order_by
  var_pop: Action_var_pop_order_by
  var_samp: Action_var_samp_order_by
  variance: Action_variance_order_by
}