pub unsafe extern "C" fn duckdb_scalar_function_bind_get_argument_count(
info: duckdb_bind_info,
) -> idx_t
Expand description
Returns the number of input arguments of the scalar function.
@param info The bind info. @return The number of input arguments.