pub unsafe extern "C" fn duckdb_get_list_size(
value: duckdb_value,
) -> idx_t
Expand description
Returns the number of elements in a LIST value.
@param value The LIST value. @return The number of elements in the list.
pub unsafe extern "C" fn duckdb_get_list_size(
value: duckdb_value,
) -> idx_t
Returns the number of elements in a LIST value.
@param value The LIST value. @return The number of elements in the list.