miller/internal/pkg/transformers/utils
John Kerl 64b3cbfcfe
mlr summary verb (#1056)
* mlr summary verb

* doc content

* iterating on more summarizers; needs work as noted in the PR

* mlr summary with selectable accumulators

* code-review feedback

* iterating on transposed output

* extend unit-test cases

* doc extensions
2022-07-12 00:57:34 -04:00
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
join_bucket.go replace - with _ in *.go filenames 2022-01-23 23:22:55 -05:00
join_bucket_keeper.go Add --left-keep-fields option for mlr join (#967) 2022-02-23 23:32:19 -05:00
percentile_keeper.go mlr summary verb (#1056) 2022-07-12 00:57:34 -04:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
stats1_accumulators.go mlr summary verb (#1056) 2022-07-12 00:57:34 -04:00
stats2_accumulators.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
top_keeper.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
window_keeper.go replace - with _ in *.go filenames 2022-01-23 23:22:55 -05:00
window_keeper_test.go Implement shift-lead option for mlr step (#893) 2022-01-23 00:54:39 -05:00

These are data structures used by various verbs including join,stats1, and `top.