pub fn datatable_to_ipc_bytes(dt: &DataTable) -> Result<Vec<u8>, String>
Serialize a DataTable to Arrow IPC bytes.
DataTable