[−][src]Function tarantool_module::c_api::box_return_tuple
pub unsafe extern "C" fn box_return_tuple(
ctx: *mut BoxFunctionCtx,
tuple: *mut BoxTuple
) -> c_int
Return a Tuple from stored C procedure.
Returned Tuple is automatically reference counted by Tarantool.
\param ctx an opaque structure passed to the stored C procedure by Tarantool \param Tuple a Tuple to return \retval -1 on error (perhaps, out of memory; check box_error_last()) \retval 0 otherwise