miller/c/mapping
2016-10-01 12:56:16 -04:00
..
context_flags.h expanded-filter UT 2016-09-28 20:55:50 -04:00
function_manager.c substr function UT 2016-09-30 09:37:10 -04:00
function_manager.h func-resolve iterate 2016-09-17 22:54:44 -07:00
Makefile.am remove old mapper_filter 2016-09-28 17:02:47 -04:00
mapper.h mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_bar.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_bootstrap.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_cat.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_check.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_cut.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_decimate.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_grep.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_group_like.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_having_fields.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_head.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_histogram.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_join.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_label.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_merge_fields.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_most_or_least_frequent.c mlr most/least-frequent iterate 2016-09-19 22:23:29 -04:00
mapper_nest.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_nothing.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_put_or_filter.c filter output-restriction iterate 2016-09-30 18:44:25 -04:00
mapper_regularize.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_rename.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_reorder.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_repeat.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_reshape.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_sample.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_sec2gmt.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_sec2gmtdate.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_seqgen.c valgrind findings 2016-09-29 19:24:03 -04:00
mapper_shuffle.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_sort.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_stats1.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_stats2.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_step.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_tac.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_tail.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_tee.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_top.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mapper_uniq.c mlr seqgen ignore input 2016-09-10 16:50:49 -04:00
mappers.h put/filter merge iterate 2016-09-28 17:01:05 -04:00
mlr_dsl_cst.c filter output-restriction iterate 2016-09-30 21:55:51 -04:00
mlr_dsl_cst.h filter output-restriction iterate 2016-09-30 21:55:51 -04:00
mlr_dsl_cst_func_subr.c recursion iterate 2016-09-18 17:27:58 -07:00
mlr_dsl_cst_keywords.c keyword-help alphabetize 2016-10-01 12:56:16 -04:00
README.md doc 2015-05-28 08:40:16 -04:00
rval_evaluator.h recursion iterate 2016-09-18 17:27:58 -07:00
rval_evaluators.h zary print/printn UT; substr function iterate 2016-09-29 23:31:09 -04:00
rval_expr_evaluators.c expanded-filter UT 2016-09-28 20:55:50 -04:00
rval_func_evaluators.c zary print/printn UT; substr function iterate 2016-09-29 23:31:09 -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 neaten 2016-09-10 20:26:52 -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.