Batch_aggregate_order_by
order by aggregate values of table "Batch"
input Batch_aggregate_order_by {
avg: Batch_avg_order_by
count: order_by
max: Batch_max_order_by
min: Batch_min_order_by
stddev: Batch_stddev_order_by
stddev_pop: Batch_stddev_pop_order_by
stddev_samp: Batch_stddev_samp_order_by
sum: Batch_sum_order_by
var_pop: Batch_var_pop_order_by
var_samp: Batch_var_samp_order_by
variance: Batch_variance_order_by
}