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: ExtractionOptionsOptions for controlling how values are transformed when extracted from an Arrow binary representation.
A Table instance.
Decode Apache Arrow IPC data and return a new Table. The input binary data may be either an
ArrayBufferorUint8Array. For Arrow data in the IPC 'stream' format, an array ofUint8Arrayvalues is also supported.