expr_batch_evaluate_ex

Function expr_batch_evaluate_ex 

Source
#[unsafe(no_mangle)]
pub extern "C" fn expr_batch_evaluate_ex( batch: *mut ExprBatch, ctx: *mut ExprContext, ) -> ExprResult
Expand description

Evaluate all expressions in the batch with detailed error reporting

§Parameters

  • batch: The batch
  • ctx: Optional context with functions (can be NULL)

§Returns

ExprResult with status 0 on success, or error details on failure