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.
@param info The info object @return 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.
@param info The info object @return The number of parameters