Skip to main content

Module fns

Module fns 

Source

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