miller/c/mapping
2016-10-05 18:35:56 -04:00
..
context_flags.h triple-for multi-continuation 1st light 2016-10-02 23:33:03 -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 split out mlr_dsl_cst_statements.c from mlr_dsl_cst.c 2016-10-03 18:22:31 -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 add post-analysis AST prints to AST-trace output (UT bigdiff) 2016-10-04 08:46:12 -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 AST node type STATEMENT_LIST -> STATEMENT_BLOCK (UT bigdiff) 2016-10-05 18:16:54 -04:00
mlr_dsl_cst.h bind-stack allocation iterate 2016-10-04 23:50:21 -04:00
mlr_dsl_cst_analyze.c vary AST-node labels for bind-stack-allocation-trace clarity 2016-10-05 18:35:56 -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 iterate 2016-10-01 23:21:21 -04:00
mlr_dsl_cst_statements.c begin/end block-scope iterate 2016-10-03 18:51:30 -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 triple-for multi-continuation 1st light 2016-10-02 23:33:03 -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.