@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Type Alias OperationType

    OperationType:
        | "connect"
        | "close"
        | "handshake"
        | "query"
        | "execute"
        | "executeUpdate"
        | "prepare"
        | "getFlightInfo"
        | "getSchema"
        | "doGet"
        | "doPut"
        | "doExchange"
        | "doAction"
        | "getCatalogs"
        | "getSchemas"
        | "getTables"
        | "getTableTypes"
        | "getPrimaryKeys"
        | "getExportedKeys"
        | "getImportedKeys"
        | "poolAcquire"
        | "poolRelease"
        | "healthCheck"
        | "retry"
        | "subscribe"
        | "subscriptionReconnect"

    Types of operations that can be measured