Serialize a Table to the IPC format. This function is a convenience wrapper for RecordBatchStreamWriter and RecordBatchFileWriter. Opposite of tableFromIPC.
The Table to serialize.
Whether to serialize the Table as a file or a stream.
Generated using TypeDoc
Serialize a Table to the IPC format. This function is a convenience wrapper for RecordBatchStreamWriter and RecordBatchFileWriter. Opposite of tableFromIPC.