Function duckdb_create_time

Source
pub unsafe extern "C" fn duckdb_create_time(
    input: duckdb_time,
) -> duckdb_value
Expand description

Creates a value from a time

@param input The time value @return The value. This must be destroyed with duckdb_destroy_value.