We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d392c44 commit 9aac1b5Copy full SHA for 9aac1b5
src/decode/table-from-ipc.js
@@ -16,7 +16,7 @@ import { decodeIPC } from './decode-ipc.js';
16
*
17
* [1]: https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-ipc
18
* [2]: https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format
19
- * @param {ArrayBuffer | Uint8Array | Uint8Array[]} data
+ * @param {ArrayBufferLike | Uint8Array | Uint8Array[]} data
20
* The source byte buffer, or an array of buffers. If an array, each byte
21
* array may contain one or more self-contained messages. Messages may NOT
22
* span multiple byte arrays.
0 commit comments