expr_batch_evaluate

Function expr_batch_evaluate 

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

Evaluate all expressions in the batch

§Parameters

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

§Returns

0 on success, negative error code on failure