pub unsafe extern "C" fn duckdb_scalar_function_bind_get_argument(
info: duckdb_bind_info,
index: idx_t,
) -> duckdb_expression
Expand description
Returns the input argument at index of the scalar function.
@param info The bind info.
@param index The argument index.
@return The input argument at index. Must be destroyed with duckdb_destroy_expression
.