Expand description

This crate facilitates development of DuckDB extensions using Rust

Modules

Macros

Returns a *const c_char pointer to the given string
Asserts that the given expression returns DuckDBSuccess, else panics and prints the expression

Structs

A connection to a database. This represents a (client) connection that can be used to query the database.
A Data Chunk represents a set of vectors.
Represents a logical type in the database - the underlying physical type can differ depending on the implementation
The Value object holds a single arbitrary value of any type that can be stored in the database.
Vector of values of a specified PhysicalType.

Enums

Functions