mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 17:35:16 +00:00
| .. | ||
| context.c | ||
| context.h | ||
| lrec_evaluator.h | ||
| lrec_evaluators.c | ||
| lrec_evaluators.h | ||
| mapper.h | ||
| mapper_cat.c | ||
| mapper_check.c | ||
| mapper_cut.c | ||
| mapper_filter.c | ||
| mapper_group_like.c | ||
| mapper_having_fields.c | ||
| mapper_head.c | ||
| mapper_histogram.c | ||
| mapper_join.c | ||
| mapper_label.c | ||
| mapper_put.c | ||
| mapper_regularize.c | ||
| mapper_rename.c | ||
| mapper_reorder.c | ||
| mapper_sort.c | ||
| mapper_stats1.c | ||
| mapper_stats2.c | ||
| mapper_step.c | ||
| mapper_tac.c | ||
| mapper_tail.c | ||
| mapper_top.c | ||
| mapper_uniq.c | ||
| mappers.h | ||
| mlr_val.c | ||
| mlr_val.h | ||
| README.md | ||
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.