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

    Type Alias QwpResultBatchViewHandler

    QwpResultBatchViewHandler: (
        batch: QwpResultBatchView,
        query: QwpEgressViewCallbackControl,
    ) => void | Promise<void>

    Runs while one reusable batch view is valid. Do not retain the batch, columns, or raw byte slices after the callback settles.

    Type declaration