miller/c/mapping
2015-11-23 20:31:13 -05:00
..
lrec_evaluator.h regex iterate 2015-10-05 22:56:08 -04:00
lrec_evaluators.c remove mt/mv name inconsistency (neaten) 2015-11-21 17:28:02 -05:00
lrec_evaluators.h function help to manpage 2015-11-18 17:19:05 -05:00
Makefile.am iterate on mlr cat -n and mlr grep 2015-11-09 18:49:33 -05:00
mapper.h neaten 2015-10-03 10:41:06 -04:00
mapper_bar.c final int/float doc 2015-11-22 11:56:19 -05:00
mapper_cat.c online help for mlr cat -n / mlr grep 2015-11-09 19:21:25 -05:00
mapper_check.c neaten 2015-10-19 10:21:48 -04:00
mapper_cut.c internally split out main-usage functions for manpage-autogen support 2015-11-01 21:49:49 -05:00
mapper_filter.c put/filter -s/-f -> -S/-F 2015-11-21 22:14:53 -05:00
mapper_grep.c neaten 2015-11-10 07:48:02 -05:00
mapper_group_like.c neaten 2015-10-19 10:21:48 -04:00
mapper_having_fields.c neaten 2015-10-13 22:36:10 -04:00
mapper_head.c heterogeneity for head,tail,top,sample,uniq,count-distinct 2015-10-22 18:57:07 -04:00
mapper_histogram.c neaten 2015-11-11 17:17:52 -05:00
mapper_join.c headerless-csv-output option 2015-11-23 09:16:04 -05:00
mapper_label.c neaten 2015-10-27 21:03:27 -04:00
mapper_put.c put/filter -s/-f -> -S/-F 2015-11-21 22:14:53 -05:00
mapper_regularize.c neaten 2015-10-19 10:21:48 -04:00
mapper_rename.c Miller 2.3.0 2015-10-17 18:52:10 -04:00
mapper_reorder.c neaten 2015-10-19 10:43:46 -04:00
mapper_sample.c heterogeneity for head,tail,top,sample,uniq,count-distinct 2015-10-22 18:57:07 -04:00
mapper_sec2gmt.c neaten 2015-11-10 08:07:57 -05:00
mapper_sort.c neaten 2015-11-11 17:17:52 -05:00
mapper_stats1.c final int/float doc 2015-11-22 11:56:19 -05:00
mapper_stats2.c mlr stats1 -F 2015-11-21 23:09:23 -05:00
mapper_step.c final int/float doc 2015-11-22 11:56:19 -05:00
mapper_tac.c neaten 2015-10-19 18:45:33 -04:00
mapper_tail.c heterogeneity for head,tail,top,sample,uniq,count-distinct 2015-10-22 18:57:07 -04:00
mapper_top.c heterogeneity for head,tail,top,sample,uniq,count-distinct 2015-10-22 18:57:07 -04:00
mapper_uniq.c heterogeneity for head,tail,top,sample,uniq,count-distinct 2015-10-22 18:57:07 -04:00
mappers.h iterate on mlr cat -n and mlr grep 2015-11-09 18:49:33 -05:00
mlr_val.c fix memory leak on string-to-number in put/filter 2015-11-23 20:31:13 -05:00
mlr_val.h remove mt/mv name inconsistency (neaten) 2015-11-21 17:28:02 -05:00
README.md doc 2015-05-28 08:40:16 -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.