Ducklings API Documentation
    Preparing search index...

    Function tableFromIPC

    • Decode Apache Arrow IPC data and return a new Table. The input binary data may be either an ArrayBuffer or Uint8Array. For Arrow data in the IPC 'stream' format, an array of Uint8Array values is also supported.

      Parameters

      • data: ArrayBufferLike | Uint8Array<ArrayBufferLike> | Uint8Array<ArrayBufferLike>[]

        The source byte buffer, or an array of buffers. If an array, each byte array may contain one or more self-contained messages. Messages may NOT span multiple byte arrays.

      • Optionaloptions: ExtractionOptions

        Options for controlling how values are transformed when extracted from an Arrow binary representation.

      Returns Table

      A Table instance.