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

    Interface QwpResultBatchMessage

    interface QwpResultBatchMessage {
        batchSequence: bigint;
        body: Uint8Array;
        flags: number;
        kind: "result-batch";
        payloadLength: number;
        requestId: bigint;
        tableCount: number;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    batchSequence: bigint
    body: Uint8Array

    Raw or Zstd-compressed delta dictionary and columnar table block; decoded by the batch decoder according to the frame flags.

    flags: number
    kind: "result-batch"
    payloadLength: number
    requestId: bigint
    tableCount: number
    version: number