Apache Arrow - v21.1.0
    正在准备搜索索引...

    函数 tableToIPC

    • Table 序列化为 IPC 格式。此函数是 RecordBatchStreamWriter 和 RecordBatchFileWriter 的便捷封装。与 tableFromIPC 相反。

      类型参数

      • T extends TypeMap = any

      参数

      • table: Table

        要序列化的表。

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

        将表序列化为文件还是流。

      • compressionType: null | CompressionType = null

      返回 Uint8Array