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

    Mutable columnar staging area for one QWP ingress table.

    Index

    Constructors

    Properties

    name: string

    Accessors

    Methods

    • Truncates every column back to the last completed row.

      Values are truncated to the committed watermark rather than popped once per non-null marker, because getOrCreateColumn() reserves the current cell as non-null before the caller appends its value. A setter that threw in between -- a geohash precision mismatch, an invalid decimal scale -- left a reserved marker with no value behind it, and popping per marker then deleted the previous completed row's value instead. The table kept that row's non-null marker, so encodeQwpIngressFrame() rejected the whole buffer with a value/marker count mismatch.

      Returns void