DuckDB-WASM
    Preparing search index...

    Class DuckDBBindingsBaseAbstract

    The proxy for either the browser- order node-based DuckDB API

    Implements

    Index

    Constructors

    Accessors

    Methods

    • Start a pending query asynchronously. This method returns either the arrow ipc schema or null. On null, the query has to be executed using pollPendingQuery until that returns != null. Results can then be fetched using fetchQueryResults

      Parameters

      • conn: number
      • text: string
      • allowStreamResult: boolean = false

      Returns Uint8Array | null