miller/c/mapping
2016-08-20 23:21:30 -04:00
..
context_flags.h neaten 2016-05-29 09:54:44 -07:00
Makefile.am sec2gmtdate function 2016-07-08 17:40:31 -04:00
mapper.h global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_bar.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_bootstrap.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_cat.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_check.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_cut.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_decimate.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_filter.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_grep.c mlr_globals factor-away 2016-08-20 21:36:24 -04:00
mapper_group_like.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_having_fields.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_head.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_histogram.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_join.c valgrind findings 2016-08-20 23:21:30 -04:00
mapper_label.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_merge_fields.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_nest.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_nothing.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_put.c docs for formatting flags for redirected outputs 2016-08-20 22:32:37 -04:00
mapper_regularize.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_rename.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_reorder.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_repeat.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_reshape.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_sample.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_sec2gmt.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_sec2gmtdate.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_shuffle.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_sort.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_stats1.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_stats2.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_step.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_tac.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_tail.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_tee.c docs for formatting flags for redirected outputs 2016-08-20 22:32:37 -04:00
mapper_top.c global-opts refactor 2016-08-19 22:58:13 -04:00
mapper_uniq.c global-opts refactor 2016-08-19 22:58:13 -04:00
mappers.h sec2gmtdate function 2016-07-08 17:40:31 -04:00
mlr_dsl_cst.c neaten 2016-08-20 23:16:37 -04:00
mlr_dsl_cst.h mapper put now with its own format flags (online help TBD) 2016-08-19 22:12:07 -04:00
README.md doc 2015-05-28 08:40:16 -04:00
rval_evaluator.h copy overlay on for-srec iterate 2016-06-07 19:40:23 -04:00
rval_evaluators.h neaten 2016-06-19 11:13:23 -04:00
rval_expr_evaluators.c neaten 2016-06-07 21:40:46 -04:00
rval_func_evaluators.c sec2gmt/sec2gmtdate: leave non-numbers as-is 2016-08-03 09:08:51 -04:00
rval_list_evaluators.c lashed-emit iterate 2016-06-14 18:15:42 -04:00
stats1_accumulators.c merge-fields percentile UT iterate 2016-07-02 22:02:04 -04: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.