Module datafusion::functions_array::expr_fn
source · Expand description
Fluent-style API for creating Expr
s
Functions§
- decode the
input
, using theencoding
. encoding can be base64 or hex Return $name(arg) - encode the
input
, using theencoding
. encoding can be base64 or hex Return $name(arg) - returns true if a given number is +NaN or -NaN otherwise returns false Return $name(arg)
- returns NULL if value1 equals value2; otherwise it returns value1. This can be used to perform the inverse operation of the COALESCE expression. Return $name(arg)