Function duckdb_create_timestamp_ns

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

Creates a TIMESTAMP_NS value from a duckdb_timestamp_ns

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