Function duckdb_create_time_tz_value

Source
pub unsafe extern "C" fn duckdb_create_time_tz_value(
    value: duckdb_time_tz,
) -> duckdb_value
Expand description

Creates a value from a time_tz. Not to be confused with duckdb_create_time_tz, which creates a duckdb_time_tz_t.

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