Expand description
The core module contains the main functionality of the DuckDB crate.
Structs§
- Array
Vector - A array vector. (fixed-size list)
- Data
Chunk Handle - Handle to the DataChunk in DuckDB.
- Flat
Vector - A flat vector
- List
Vector - A list vector.
- Logical
Type Handle - DuckDB Logical Type. https://duckdb.org/docs/sql/data_types/overview
- Struct
Vector - A struct vector.
Enums§
- Logical
Type Id - Logical Type Id https://duckdb.org/docs/api/c/types