Function duckdb_get_interval

Source
pub unsafe extern "C" fn duckdb_get_interval(
    val: duckdb_value,
) -> duckdb_interval
Expand description

Returns the interval value of the given value.

@param val A duckdb_value containing a interval @return A duckdb_interval, or MinValue if the value cannot be converted