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

    Class QwpTableWriter<Schema>

    A reusable table-bound writer compiled from a QWP schema.

    Type Parameters

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Internal

      Construct table writers with QwpSender.writer().

      Type Parameters

      Parameters

      • token: typeof QWP_TABLE_WRITER_CONSTRUCTOR
      • tableName: string
      • appendRow: (row: unknown, rowIndex?: number) => Promise<void>

      Returns QwpTableWriter<Schema>

    Properties

    tableName: string

    Methods