pub unsafe extern "C" fn duckdb_create_interval(
input: duckdb_interval,
) -> duckdb_value
Expand description
Creates a value from an interval
@param input The interval value
@return The value. This must be destroyed with duckdb_destroy_value
.