miller/c/mapping
2016-01-14 22:48:52 -05:00
..
lrec_evaluator.h move string_array from containers/ to lib/ 2016-01-14 22:48:52 -05:00
lrec_evaluators.c regex-capture iterate 2016-01-14 20:01:41 -05:00
lrec_evaluators.h function help to manpage 2015-11-18 17:19:05 -05:00
Makefile.am mlr bootstrap 2016-01-09 11:50:50 +00:00
mapper.h fix local autoconfig build which did not fail in travis 2015-12-26 16:49:33 -05:00
mapper_bar.c move string_array from containers/ to lib/ 2016-01-14 22:48:52 -05:00
mapper_bootstrap.c mlr bootstrap 2016-01-09 11:55:48 +00:00
mapper_cat.c valgrind findings 2015-12-22 22:40:06 -05:00
mapper_check.c valgrind findings 2015-12-22 22:40:06 -05:00
mapper_cut.c valgrind findings 2015-12-22 23:14:21 -05:00
mapper_decimate.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mapper_filter.c regex-capture iterate 2016-01-14 19:36:04 -05:00
mapper_grep.c valgrind findings 2015-12-22 22:40:06 -05:00
mapper_group_like.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mapper_having_fields.c merge-fields iterate 2016-01-01 14:51:56 -05:00
mapper_head.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mapper_histogram.c free-flags for lhmsv 2016-01-07 22:47:21 +00:00
mapper_join.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mapper_label.c valgrind findings 2015-12-22 22:40:06 -05:00
mapper_merge_fields.c mlr bootstrap UT 2016-01-09 12:35:15 +00:00
mapper_put.c regex-capture iterate 2016-01-14 19:36:04 -05:00
mapper_regularize.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mapper_rename.c free-flags for lhmss 2016-01-07 21:58:59 +00:00
mapper_reorder.c valgrind findings 2015-12-22 22:40:06 -05:00
mapper_sample.c mlr bootstrap 2016-01-09 11:50:50 +00:00
mapper_sec2gmt.c valgrind findings 2015-12-22 22:40:06 -05:00
mapper_sort.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mapper_stats1.c move string_array from containers/ to lib/ 2016-01-14 22:48:52 -05:00
mapper_stats2.c move string_array from containers/ to lib/ 2016-01-14 22:48:52 -05:00
mapper_step.c move string_array from containers/ to lib/ 2016-01-14 22:48:52 -05:00
mapper_tac.c valgrind findings 2015-12-22 22:40:06 -05:00
mapper_tail.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mapper_top.c null-value aggregators UT 2016-01-09 16:31:49 +00:00
mapper_uniq.c free_flags for lhmslv_put 2016-01-07 23:39:13 +00:00
mappers.h mlr bootstrap 2016-01-09 11:50:50 +00:00
README.md doc 2015-05-28 08:40:16 -04:00
stats1_accumulators.c compare to mawk as well as awk 2016-01-08 19:06:54 +00:00
stats1_accumulators.h merge-fields iterate 2016-01-05 02:51:07 +00: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.