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

    Interface ColumnDefinition

    Named logical type used by row-to-chunk helpers.

    interface ColumnDefinition {
        name: string;
        type: LogicalType;
    }
    Index

    Properties

    Properties

    name: string

    Row property name and resulting chunk column name.

    DuckDB logical type for the column.