mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
* Comment style * IRecordTransformer -> RecordTransfomer * make fmt * else-return style mod * snake-case -> camel-case * Remove redundant err = nil and similar zero-value initializations. * redundant break; * bugfix * neaten * typofix * simplify/standardize init of zero-length slices * Standardize fmt.Fprintf w/ errors * fix double print of "mlr:" * neatening * Uniformize error messages * make docs * avoid shadowing package names * shorten some receiver names |
||
|---|---|---|
| .. | ||
| doc.go | ||
| join_bucket.go | ||
| join_bucket_keeper.go | ||
| percentile_keeper.go | ||
| README.md | ||
| stats1_accumulators.go | ||
| stats2_accumulators.go | ||
| top_keeper.go | ||
| window_keeper.go | ||
| window_keeper_test.go | ||
These are data structures used by various verbs including join,stats1, and `top.