Module core

Module core 

Source
Expand description

The core module contains the main functionality of the DuckDB crate.

Structs§

ArrayVector
A array vector. (fixed-size list)
DataChunkHandle
Handle to the DataChunk in DuckDB.
FlatVector
A flat vector
ListVector
A list vector.
LogicalTypeHandle
DuckDB Logical Type. https://duckdb.org/docs/sql/data_types/overview
StructVector
A struct vector.

Enums§

LogicalTypeId
Logical Type Id https://duckdb.org/docs/api/c/types

Traits§

Inserter
A trait for inserting data into a vector.
Vector
Vector trait.