miller/c/mapping
2016-09-12 05:15:00 -07:00
..
context_flags.h func-prohibits 2016-09-12 05:15:00 -07:00
function_manager.c disallow UDFs overriding built-ins 2016-09-10 23:29:08 -04:00
function_manager.h disallow UDFs overriding built-ins 2016-09-10 23:29:08 -04:00
Makefile.am cst.c split-up 2016-09-09 21:30:54 -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_filter.c valgrind findings 2016-09-10 22:05:11 -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_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.c valgrind findings 2016-09-10 22:05:11 -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 mlr -n seqgen -> mlr seqgen doc update 2016-09-10 16:54:12 -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 mlr seqgen feature 2016-09-08 15:13:15 -04:00
mlr_dsl_cst.c JSON wrapped/stacked output-neaten 2016-09-10 22:53:56 -04:00
mlr_dsl_cst.h UDF-state free 2016-09-10 21:54:04 -04:00
mlr_dsl_cst_func_subr.c func-prohibits 2016-09-12 05:15:00 -07:00
mlr_dsl_cst_keywords.c cst.c split-up 2016-09-09 21:15:15 -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 func-prohibits 2016-09-12 05:15:00 -07: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 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.