pub struct Config { /* private fields */ }
Expand description

duckdb configuration Refer to https://github.com/duckdb/duckdb/blob/master/src/main/config.cpp

Implementations

Access mode of the database ([AUTOMATIC], READ_ONLY or READ_WRITE)

The order type used when none is specified ([ASC] or DESC)

Null ordering used when none is specified ([NULLS_FIRST] or NULLS_LAST)

Allow the database to access external state (through e.g. COPY TO/FROM, CSV readers, pandas replacement scans, etc)

Whether or not object cache is used to cache e.g. Parquet metadata

The maximum memory of the system (e.g. 1GB)

The number of total threads used by the system

Trait Implementations

Returns the “default value” for a type. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.