sqlite_wasm_rs::export

Function sqlite3_aggregate_context

Source
pub unsafe fn sqlite3_aggregate_context(
    ctx: *mut sqlite3_context,
    nBytes: c_int,
) -> *mut c_void
Expand description

C interface definition of sqlite Implementations of aggregate SQL functions use this routine to allocate memory for storing their state.

See https://www.sqlite.org/c3ref/aggregate_context.html