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

    Interface TimeTzValue

    Tagged value used for DuckDB TIME WITH TIME ZONE values.

    interface TimeTzValue {
        bits: bigint;
        kind: "time_tz";
    }
    Index

    Properties

    Properties

    bits: bigint

    DuckDB packed TIME WITH TIME ZONE bits.

    kind: "time_tz"

    Discriminator for time-with-time-zone values.