miller/c/mapping
2018-10-14 14:05:33 -04:00
..
Makefile.am clean-whitespace iterate 2018-10-14 14:05:33 -04:00
Makefile.in autoreconf -fiv 2018-01-06 16:41:08 -05:00
mapper.h autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_altkv.c new altkv verb 2018-08-26 16:32:27 -04: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_clean_whitespace.c clean-whitespace iterate 2018-10-14 14:05:33 -04:00
mapper_count_similar.c valgrind findings 2018-01-05 20:35:23 -05:00
mapper_cut.c stats1-across-all iterate 2017-04-30 23:44:06 -04:00
mapper_decimate.c count-similar verb 2017-10-30 15:39:42 -04:00
mapper_fill_down.c fill-down iterate 2018-10-07 21:29:05 -04:00
mapper_fraction.c mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
mapper_grep.c windows-port iterate 2017-03-05 10:17:42 -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 windows-port iterate 2017-03-05 10:17:42 -05:00
mapper_head.c count-similar verb 2017-10-30 15:39:42 -04:00
mapper_histogram.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_join.c avoid mmap on large input files: fixes https://github.com/johnkerl/miller/issues/160 2018-01-01 21:42:07 -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 mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04: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 mlr nest --evar feature 2017-03-27 18:51:30 -04: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 mlr filter w/ no args should print same as mlr filter --help 2018-03-14 14:00:19 -04:00
mapper_regularize.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_rename.c valgrind findings 2017-02-26 23:31:54 -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 local-time string to epoch seconds 2018-04-28 21:28:55 -04:00
mapper_sec2gmtdate.c local-time string to epoch seconds 2018-04-28 21:28:55 -04:00
mapper_seqgen.c mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04: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 mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
mapper_stats2.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_step.c mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
mapper_tac.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_tail.c mlr percent iterate 2017-04-10 00:09:27 -04:00
mapper_tee.c autodetect iterate: propagate stream-context through CST teardown (bigdiff) 2017-01-28 13:01:07 -05:00
mapper_top.c mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
mapper_uniq.c mlr uniq -a -c/-n 2018-02-10 11:46:50 -05:00
mapper_unsparsify.c unsparsify doc neaten 2017-02-24 22:57:42 -05:00
mappers.c neaten 2017-02-14 18:15:15 -05:00
mappers.h clean-whitespace iterate 2018-10-14 14:05:33 -04:00
README.md doc 2015-05-28 08:40:16 -04:00
stats1_accumulators.c mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
stats1_accumulators.h 5.2.0 doc iterate 2017-06-11 09:10:41 -07: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.