duckdb_create_time_ns

Function duckdb_create_time_ns 

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

Creates a value from a time_ns

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