write_ipc_stream()
和 write_feather()
将数据写入接收器并返回他们接收的数据(data.frame
、RecordBatch
或 Table
)。此函数封装了这些函数,以便您可以将数据序列化到缓冲区,并将该缓冲区作为 R 中的 raw
向量访问。
用法
write_to_raw(x, format = c("stream", "file"))
参数
- x
data.frame
、RecordBatch 或 Table- format
c("stream", "file")
之一,指示要使用的 IPC 格式