pub unsafe extern "C" fn duckdb_bind_get_parameter_count(
info: duckdb_bind_info,
) -> idx_t
Expand description
Retrieves the number of regular (non-named) parameters to the function.
info: The info object returns: The number of parameters
pub unsafe extern "C" fn duckdb_bind_get_parameter_count(
info: duckdb_bind_info,
) -> idx_t
Retrieves the number of regular (non-named) parameters to the function.
info: The info object returns: The number of parameters