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

    Interface DecodedVector

    Decoded DuckDB vector.

    interface DecodedVector {
        type: LogicalType;
        values: QuackValue[];
        vectorType: VectorType;
    }
    Index

    Properties

    Logical type of the vector values.

    values: QuackValue[]

    Materialized values in row order.

    vectorType: VectorType

    Physical vector encoding used on the wire.