(aggre-avg seq groupby-keys keys new-keys key-index)get the average of some keys
get the average of some keys
(aggre-max seq groupby-keys keys new-keys key-index)get the max of some keys
get the max of some keys
(aggre-min seq groupby-keys keys new-keys key-index)get the min of some keys
get the min of some keys
(aggre-sd seq groupby-keys keys new-keys key-index)get the standard deviation (sd) of some keys
get the standard deviation (sd) of some keys
(aggre-sum seq groupby-keys keys new-keys key-index)get the sum of some keys
get the sum of some keys
(compute-aggregate dateframe output-dir exp)aggregate the output files to the final destination
aggregate the output files to the final destination
(compute-groupby dataframe num-worker output-dir exception)map the result to different files
map the result to different files
(gen-groupby-filenames dist msg groupby-keys key-index formatters)internal function to generate files csv line with groupby key(s)
internal function to generate files csv line with groupby key(s)
(internal-aggregate func out-dir key-index groupby-keys keys & [new-keys])aggregate one group use the function
aggregate one group use the function
(internal-aggregate-write func out-dir groupby-keys keys file & [new-keys])called by child thread function
called by child thread function
(output-groupby dist msg groupby-keys key-index formatter write-index)internal function called by output when aggregation is applied
internal function called by output when aggregation is applied
(read-csv-seq filename)takes file name and reads data
takes file name and reads data
(template seq groupby-keys old-keys new-keys)The template for aggregate functions
The template for aggregate functions
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |