risingwave_expr::expr::test_utils

Function make_func_call

source
pub fn make_func_call(
    kind: Type,
    ret: TypeName,
    children: Vec<ExprNode>,
) -> ExprNode