opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ update expressions evaluation to only turn literal into array of needed for underlying implementation

Open joocer opened this issue 1 year ago • 0 comments
trafficstars

Currently we convert literals into arrays and then usually only work with element 0. We would avoid work and memory management if we only created the array when needed.

joocer avatar Mar 05 '24 18:03 joocer