Function libduckdb_sys::duckdb_vector_get_column_type

source ·
pub unsafe extern "C" fn duckdb_vector_get_column_type(
    vector: duckdb_vector
) -> duckdb_logical_type
Expand description

Retrieves the column type of the specified vector.

The result must be destroyed with duckdb_destroy_logical_type.

vector: The vector get the data from returns: The type of the vector