mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
todo
This commit is contained in:
parent
0196412ad2
commit
f74b814575
1 changed files with 3 additions and 3 deletions
|
|
@ -10,8 +10,8 @@ verb lets you compute cluster sizes by cluster labels.
|
|||
|
||||
* While Miller DSL arithmetic gracefully overflows from 64-integer to
|
||||
double-precision float (see also
|
||||
[**here**](http://johnkerl.org/miller/doc/reference.html#Arithmetic), there
|
||||
are now the **integer-preserving arithmetic operators** ``.+` `.-` `.*` `./` `.//`
|
||||
[**here**](http://johnkerl.org/miller/doc/reference.html#Arithmetic)), there
|
||||
are now the **integer-preserving arithmetic operators** `.+` `.-` `.*` `./` `.//`
|
||||
for those times when you want integer overflow.
|
||||
|
||||
* There is a new [**bitcount**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl.html#bitcount) function: for example, `echo x=0xf0000206 | mlr put '$y=bitcount($x)'` produces `x=0xf0000206,y=7`.
|
||||
|
|
@ -25,7 +25,7 @@ an alias for `--nidx --fs tab`, and `mlr -t` is an alias for `mlr
|
|||
## Documentation:
|
||||
|
||||
* As noted
|
||||
[**here**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl.html#A_note_on_the_complexity_of_Miller’s_expression_language), since Miller has its own DSL there will always be things better expressible in a general-purpose language. The new page
|
||||
[**here**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/reference-dsl.html#A_note_on_the_complexity_of_Miller’s_expression_language), while Miller has its own DSL there will always be things better expressible in a general-purpose language. The new page
|
||||
[**Sharing data with other languages**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/data-sharing.html) shows how to seamlessly share data back and forth between Miller, Ruby, and Python.
|
||||
|
||||
* [**SQL-input examples**](http://johnkerl.org/miller-releases/miller-5.2.0/doc/10-min.html#SQL-input_examples) contains detailed information the interplay between Miller and SQL.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue