Sasun Hambardzumyan
Results
1
comments of
Sasun Hambardzumyan
Hey @dongheuw TQL right now supports multidimensional array operations on the filtering expressions, such as `WHERE`, `ORDER BY`, `SAMPLE BY`. For example `select * where any(logical_and(boxes[:,3]>500, categories == 'truck'))` returns...