risingwave_
frontend
2.2.0-alpha
Module builtin_
scalar
Module Items
Functions
In risingwave_
frontend::
binder::
expr::
function
risingwave_frontend
::
binder
::
expr
::
function
Module
builtin_scalar
Copy item path
source
Functions
ยง
rewrite_
concat_
to_
concat_
ws
๐
rewrite_
nullif_
to_
case_
when
๐
Make sure inputs only have 2 value and rewrite the arguments. Nullif(expr1,expr2) -> Case(Equal(expr1 = expr2),null,expr1).
rewrite_
two_
bool_
inputs
๐