Crate duckdb_extension_framework

Source
Expand description

This crate facilitates development of DuckDB extensions using Rust

Modules§

duckly
table_functions

Macros§

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

Structs§

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

Enums§

LogicalTypeId

Functions§

get_configs
malloc_struct
Safety