miller/c/mapping
2016-09-08 15:13:15 -04:00
..
context_flags.h neaten 2016-05-29 09:54:44 -07:00
function_manager.c UDF iterate 2016-09-07 20:34:25 -04:00
function_manager.h UDF iterate 2016-09-07 20:34:25 -04:00
Makefile.am mlr seqgen feature 2016-09-08 15:13:15 -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 UDF iterate (fmgr propagate bigdiff) 2016-09-05 11:14:16 -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 neaten 2016-08-20 23:39:06 -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 typo fix 2016-08-21 08:26:41 -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 --no-flush in addition to --no-fflush (typo tolerance) 2016-08-20 23:31:43 -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 mlr seqgen feature 2016-09-08 15:13:15 -04:00
mlr_dsl_cst.c mlr seqgen feature 2016-09-08 15:13:15 -04:00
mlr_dsl_cst.h UDF iterate: first light 2016-09-07 21:20:13 -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 UDF iterate 2016-09-05 12:38:27 -04:00
rval_expr_evaluators.c UDF iterate: first light 2016-09-07 21:20:13 -04:00
rval_func_evaluators.c UDF iterate 2016-09-05 10:23:24 -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
type_inference.h UDF iterate 2016-09-05 10:23: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.