• Table 序列化為 IPC 格式。此函數是 RecordBatchStreamWriterRecordBatchFileWriter 的便利包裝器。與 tableFromIPC 的功能相反。

    類型參數

    • T extends TypeMap = any

    參數

    • table: Table

      要序列化的 Table。

    • type: "file" | "stream" = 'stream'

      是否將 Table 序列化為檔案或串流。

    返回 Uint8Array