miller/c/mapping
2016-09-23 08:25:45 -04:00
..
context_flags.h remove IN_BINDABLE context flag (locals OK everywhere now) 2016-09-15 08:01:58 +07:00
function_manager.c valgrind findings 2016-09-20 17:09:51 -04:00
function_manager.h func-resolve iterate 2016-09-17 22:54:44 -07:00
Makefile.am mlr most/least-frequent iterate 2016-09-19 22:23:29 -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 filter-func iterate 2016-09-22 20:59:36 -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.c put/filter -f/-e on-line help 2016-09-22 07:20:14 -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 seqgen inclusive stop 2016-09-23 08:25:45 -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 most/least-frequent iterate 2016-09-19 22:23:29 -04:00
mlr_dsl_cst.c filter-func iterate 2016-09-22 20:55:12 -04:00
mlr_dsl_cst.h filter-func iterate 2016-09-22 20:46:36 -04:00
mlr_dsl_cst_func_subr.c recursion iterate 2016-09-18 17:27:58 -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 recursion iterate 2016-09-18 17:27:58 -07:00
rval_evaluators.h UDF iterate 2016-09-05 12:38:27 -04:00
rval_expr_evaluators.c func-resolve iterate 2016-09-17 22:54:44 -07:00
rval_func_evaluators.c neaten 2016-09-20 07:54:38 -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.