risingwave_sqlparser::parser_v2::expr

Function expr_overlay

source
pub fn expr_overlay<S>(input: &mut S) -> PResult<Expr>
where S: TokenStream,
Expand description

OVERLAY(<expr> PLACING <expr> FROM <expr> [ FOR <expr> ])