Modulesยง
- between
- binary
- case_
when - SQL-style CASE WHEN: evaluates
(condition, value)pairs in order and returns the value from the first matching condition (first-match-wins). NULL conditions are treated as false. If no ELSE clause is provided, unmatched rows produce NULL; otherwise they get the ELSE value. - cast
- dynamic
- fill_
null - get_
item - is_null
- like
- list_
contains - literal
- mask
- merge
- not
- operators
- pack
- root
- select
- zip