lte
lte(a: storable, b: storable) -> bool
Return true if A is less than or equal to B.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
filter lte(count, 2)
This filters a dataset with a count column to only include rows where count is less than or equal to 2.
Updated 8 days ago