miller/c/mapping
2017-01-12 17:30:48 -05:00
..
Makefile.am directory renames 2016-12-02 20:07:02 -05:00
mapper.h mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_bar.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_bootstrap.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_cat.c valgrind findings 2016-12-24 12:53:02 -05:00
mapper_check.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_cut.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_decimate.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_grep.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_group_like.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_having_fields.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_head.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_histogram.c -o option for histogram 2017-01-08 21:30:42 -05:00
mapper_join.c IPS et al. into the grammar 2016-12-07 20:33:37 -05:00
mapper_label.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_merge_fields.c cat -n -g iterate 2016-12-15 09:11:14 -05:00
mapper_most_or_least_frequent.c -o option for most-frequent/least-frequent 2017-01-08 20:56:05 -05:00
mapper_nest.c xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
mapper_nothing.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_put_or_filter.c put JSON-quoting flags under put/filter CLI control: UT 2017-01-12 17:30:48 -05:00
mapper_regularize.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_rename.c mapper_rename_usage: Fix the examples, remove -f 2017-01-04 09:52:57 -08:00
mapper_reorder.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_repeat.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_reshape.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_sample.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_sec2gmt.c split out mvfuncs.c/h from mlrval.c/h 2016-12-04 16:04:07 -05:00
mapper_sec2gmtdate.c split out mvfuncs.c/h from mlrval.c/h 2016-12-04 16:04:07 -05:00
mapper_seqgen.c split out mvfuncs.c/h from mlrval.c/h 2016-12-04 16:04:07 -05:00
mapper_shuffle.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_sort.c add info about stability of mlr sort 2017-01-08 09:36:05 -05:00
mapper_stats1.c internal-coding-error code dedupe 2016-10-14 19:52:13 -04:00
mapper_stats2.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_step.c split out mvfuncs.c/h from mlrval.c/h 2016-12-04 16:04:07 -05:00
mapper_tac.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_tail.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_tee.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_top.c -o option for top 2017-01-08 21:05:34 -05:00
mapper_uniq.c -o option for most-frequent/least-frequent 2017-01-08 20:56:05 -05:00
mappers.h put/filter merge iterate 2016-09-28 17:01:05 -04:00
README.md doc 2015-05-28 08:40:16 -04:00
stats1_accumulators.c split out mvfuncs.c/h from mlrval.c/h 2016-12-04 16:04:07 -05:00
stats1_accumulators.h mlr_globals factor-away 2016-08-20 21:36:24 -04:00

Miller data transforms

These are straightforward implementations for most mappers other than put and filter. See also the memory-management section of the parent directory's README.md.