returns value1 cast to the arrow_type
given the second argument. This
can be used to cast to a specific arrow_type
.
Returns the Arrow type of the input expression.
Returns coalesce(args...)
, which evaluates to the value of the first expr which is not NULL
Returns the value of the field with the given name from the struct
Returns a struct with the given names and arguments pairs
returns NULL if value1 equals value2; otherwise it returns value1. This
can be used to perform the inverse operation of the COALESCE expression
Returns value2 if value1 is NULL; otherwise it returns value1
Returns value2 if value1 is not NULL; otherwise, it returns value3.
Returns a struct with the given arguments