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