Function pgrx::pg_sys::array_get_slice

source ยท
pub unsafe fn array_get_slice(
    arg_arraydatum: Datum,
    arg_nSubscripts: i32,
    arg_upperIndx: *mut i32,
    arg_lowerIndx: *mut i32,
    arg_upperProvided: *mut bool,
    arg_lowerProvided: *mut bool,
    arg_arraytyplen: i32,
    arg_elmlen: i32,
    arg_elmbyval: bool,
    arg_elmalign: i8,
) -> Datum