mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
temporarily mask out sort-within-records (still stubbed) for 5.4.0
This commit is contained in:
parent
ceaf530284
commit
b2c19b6176
6 changed files with 12 additions and 61 deletions
|
|
@ -78,7 +78,8 @@ static mapper_setup_t* mapper_lookup_table[] = {
|
|||
&mapper_shuffle_setup,
|
||||
&mapper_skip_trivial_records_setup,
|
||||
&mapper_sort_setup,
|
||||
&mapper_sort_within_records_setup,
|
||||
// xxx temp for 5.4.0 -- will continue work after
|
||||
// &mapper_sort_within_records_setup,
|
||||
&mapper_stats1_setup,
|
||||
&mapper_stats2_setup,
|
||||
&mapper_step_setup,
|
||||
|
|
|
|||
|
|
@ -44,7 +44,8 @@ extern mapper_setup_t mapper_seqgen_setup;
|
|||
extern mapper_setup_t mapper_shuffle_setup;
|
||||
extern mapper_setup_t mapper_skip_trivial_records_setup;
|
||||
extern mapper_setup_t mapper_sort_setup;
|
||||
extern mapper_setup_t mapper_sort_within_records_setup;
|
||||
// xxx temp for 5.4.0 -- will continue work after
|
||||
// extern mapper_setup_t mapper_sort_within_records_setup;
|
||||
extern mapper_setup_t mapper_stats1_setup;
|
||||
extern mapper_setup_t mapper_stats2_setup;
|
||||
extern mapper_setup_t mapper_step_setup;
|
||||
|
|
|
|||
|
|
@ -323,8 +323,8 @@ OPTIONS
|
|||
cut decimate fill-down filter fraction grep group-by group-like having-fields
|
||||
head histogram join label least-frequent merge-fields most-frequent nest
|
||||
nothing put regularize remove-empty-columns rename reorder repeat reshape
|
||||
sample sec2gmt sec2gmtdate seqgen shuffle skip-trivial-records sort
|
||||
sort-within-records stats1 stats2 step tac tail tee top uniq unsparsify
|
||||
sample sec2gmt sec2gmtdate seqgen shuffle skip-trivial-records sort stats1
|
||||
stats2 step tac tail tee top uniq unsparsify
|
||||
|
||||
FUNCTION LIST
|
||||
+ + - - * / // .+ .+ .- .- .* ./ .// % ** | ^ & ~ << >> bitcount == != =~ !=~
|
||||
|
|
@ -1323,21 +1323,6 @@ VERBS
|
|||
which is the same as:
|
||||
mlr sort -f a -f b -nr x -nr y -nr z
|
||||
|
||||
sort-within-records
|
||||
Usage: mlr sort-within-records {flags}
|
||||
Flags:
|
||||
-k Sort by keys
|
||||
-v Sort by values
|
||||
-n Sort numerically
|
||||
-f Sort lexically (default)
|
||||
-r Reverse sort
|
||||
-nk Shorthand for -n -k
|
||||
-nv Shorthand for -n -v
|
||||
-rk Shorthand for -r -k
|
||||
-rv Shorthand for -r -v
|
||||
-nrk Shorthand for -n -r -k
|
||||
-nrv Shorthand for -n -r -v
|
||||
|
||||
stats1
|
||||
Usage: mlr stats1 [options]
|
||||
Computes univariate statistics for one or more given fields, accumulated across
|
||||
|
|
|
|||
|
|
@ -129,8 +129,8 @@ OPTIONS
|
|||
cut decimate fill-down filter fraction grep group-by group-like having-fields
|
||||
head histogram join label least-frequent merge-fields most-frequent nest
|
||||
nothing put regularize remove-empty-columns rename reorder repeat reshape
|
||||
sample sec2gmt sec2gmtdate seqgen shuffle skip-trivial-records sort
|
||||
sort-within-records stats1 stats2 step tac tail tee top uniq unsparsify
|
||||
sample sec2gmt sec2gmtdate seqgen shuffle skip-trivial-records sort stats1
|
||||
stats2 step tac tail tee top uniq unsparsify
|
||||
|
||||
FUNCTION LIST
|
||||
+ + - - * / // .+ .+ .- .- .* ./ .// % ** | ^ & ~ << >> bitcount == != =~ !=~
|
||||
|
|
@ -1129,21 +1129,6 @@ VERBS
|
|||
which is the same as:
|
||||
mlr sort -f a -f b -nr x -nr y -nr z
|
||||
|
||||
sort-within-records
|
||||
Usage: mlr sort-within-records {flags}
|
||||
Flags:
|
||||
-k Sort by keys
|
||||
-v Sort by values
|
||||
-n Sort numerically
|
||||
-f Sort lexically (default)
|
||||
-r Reverse sort
|
||||
-nk Shorthand for -n -k
|
||||
-nv Shorthand for -n -v
|
||||
-rk Shorthand for -r -k
|
||||
-rv Shorthand for -r -v
|
||||
-nrk Shorthand for -n -r -k
|
||||
-nrv Shorthand for -n -r -v
|
||||
|
||||
stats1
|
||||
Usage: mlr stats1 [options]
|
||||
Computes univariate statistics for one or more given fields, accumulated across
|
||||
|
|
|
|||
25
doc/mlr.1
25
doc/mlr.1
|
|
@ -172,8 +172,8 @@ output separator to the given value.
|
|||
cut decimate fill-down filter fraction grep group-by group-like having-fields
|
||||
head histogram join label least-frequent merge-fields most-frequent nest
|
||||
nothing put regularize remove-empty-columns rename reorder repeat reshape
|
||||
sample sec2gmt sec2gmtdate seqgen shuffle skip-trivial-records sort
|
||||
sort-within-records stats1 stats2 step tac tail tee top uniq unsparsify
|
||||
sample sec2gmt sec2gmtdate seqgen shuffle skip-trivial-records sort stats1
|
||||
stats2 step tac tail tee top uniq unsparsify
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
@ -1488,27 +1488,6 @@ which is the same as:
|
|||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.SS "sort-within-records"
|
||||
.if n \{\
|
||||
.RS 0
|
||||
.\}
|
||||
.nf
|
||||
Usage: mlr sort-within-records {flags}
|
||||
Flags:
|
||||
-k Sort by keys
|
||||
-v Sort by values
|
||||
-n Sort numerically
|
||||
-f Sort lexically (default)
|
||||
-r Reverse sort
|
||||
-nk Shorthand for -n -k
|
||||
-nv Shorthand for -n -v
|
||||
-rk Shorthand for -r -k
|
||||
-rv Shorthand for -r -v
|
||||
-nrk Shorthand for -n -r -k
|
||||
-nrv Shorthand for -n -r -v
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.SS "stats1"
|
||||
.if n \{\
|
||||
.RS 0
|
||||
|
|
|
|||
|
|
@ -1454,8 +1454,8 @@ Verbs:
|
|||
having-fields head histogram join label least-frequent merge-fields
|
||||
most-frequent nest nothing put regularize remove-empty-columns rename
|
||||
reorder repeat reshape sample sec2gmt sec2gmtdate seqgen shuffle
|
||||
skip-trivial-records sort sort-within-records stats1 stats2 step tac tail
|
||||
tee top uniq unsparsify
|
||||
skip-trivial-records sort stats1 stats2 step tac tail tee top uniq
|
||||
unsparsify
|
||||
|
||||
Functions for the filter and put verbs:
|
||||
+ + - - * / // .+ .+ .- .- .* ./ .// % ** | ^ & ~ << >> bitcount == != =~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue