@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface LogicalType

    DuckDB logical type plus optional type-specific metadata.

    interface LogicalType {
        id: LogicalTypeId;
        typeInfo?: ExtraTypeInfo;
    }
    Index

    Properties

    Properties

    Logical type id.

    typeInfo?: ExtraTypeInfo

    Optional metadata for nested, decimal, enum, and other logical types.