QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Type Alias QwpUuidInput

    QwpUuidInput: string | Uint8Array | { high: bigint; low: bigint }

    UUID input: canonical text, 16 canonical (RFC 4122) big-endian bytes, or the egress limb pair. All three forms describe the same UUID; the byte form is what uuid.parse() and java.util.UUID produce, not pre-encoded wire bytes.