@qualithm/arrow-flight-client - v0.1.4
    Preparing search index...

    Type Alias ExecuteUpdateOptions

    Options for executing a SQL update (INSERT, UPDATE, DELETE).

    type ExecuteUpdateOptions = {
        transactionId?: Uint8Array;
    }
    Index

    Properties

    Properties

    transactionId?: Uint8Array

    Execute the update within this transaction. If not provided, the update is auto-committed.