pub fn expr_cast<S>(input: &mut S) -> PResult<Expr>where
S: TokenStream,
Expand description
Consume a SQL CAST function e.g. CAST(expr AS FLOAT)
pub fn expr_cast<S>(input: &mut S) -> PResult<Expr>where
S: TokenStream,
Consume a SQL CAST function e.g. CAST(expr AS FLOAT)