Function libduckdb_sys::duckdb_array_type_array_size

source ·
pub unsafe extern "C" fn duckdb_array_type_array_size(
    type_: duckdb_logical_type
) -> idx_t
Expand description

Retrieves the array size of the given array type.

type: The logical type object returns: The fixed number of elements the values of this array type can store.