Namespace Mallard.Types
Structs
DuckDbArrayRef
Dummy element type for DuckDbVectorRawReader<T> to consume fixed-length arrays from a DuckDB vector.
DuckDbBigInteger
The representation of a variable-length integer (BIGNUM) in a DuckDB vector.
DuckDbBitString
The representation of a bit string in a DuckDB vector.
DuckDbBlob
Represents a blob in DuckDB, as an element in some vector.
DuckDbDate
DuckDB's representation of a date.
DuckDbDecimal
DuckDB's representation of a floating-point decimal number.
DuckDbInterval
Time interval in DuckDB.
DuckDbListRef
Reports where the data for one list resides in a list-valued DuckDB vector.
DuckDbString
Represents a string in DuckDB, as an element in some vector.
DuckDbStruct
.NET representation of an instance of a structure type from DuckDB, where the member values are boxed.
DuckDbStructRef
Dummy type used as the type parameter to DuckDbVectorRawReader<T> to read a vector of structs from DuckDB.
DuckDbTime
DuckDB's representation of a time of day.
DuckDbTimestamp
DuckDB's representation of a timestamp.
DuckDbUuid
DuckDB's (RFC 4122) encoding of a UUID (Universally Unique Identifier) as a 128-bit integer.