I had some dead time today. Party!
Anyways, several new functions:
-
alias()
wraps a dataset with a string prefix for each column name -
nanoTime()
just calls java'sSystem.nanoTime()
and returns the timestamp. -
crossJoin()
does what you'd think with two datasets. -
innerJoin()
takes two datasets, plus pairs of iterator expressions to match up. -
leftJoin()
as forinnerJoin()
, but includes a null right row if a row on the left has no match on the right.
For Ignition v8.1+: v2.0.6.232010111