miller/c/mapping
2017-02-01 21:30:56 -05:00
..
Makefile.am directory renames 2016-12-02 20:07:02 -05:00
mapper.h autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_bar.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_bootstrap.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_cat.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_check.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_cut.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_decimate.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_grep.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_group_like.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_having_fields.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_head.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_histogram.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_join.c neaten 2017-02-01 21:30:56 -05:00
mapper_label.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_merge_fields.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_most_or_least_frequent.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_nest.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_nothing.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_put_or_filter.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_regularize.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_rename.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_reorder.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_repeat.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_reshape.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_sample.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_sec2gmt.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_sec2gmtdate.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_seqgen.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_shuffle.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_sort.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_stats1.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_stats2.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_step.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_tac.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_tail.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_tee.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_top.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_uniq.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -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.