risingwave_expr::expr::build

Function build_non_strict_from_prost

source
pub fn build_non_strict_from_prost(
    prost: &ExprNode,
    error_report: impl EvalErrorReport + 'static,
) -> Result<NonStrictExpression>
Expand description

Build an expression from protobuf in non-strict mode.