Trait vortex_ipc::iterator::ArrayIteratorIPC
source · pub trait ArrayIteratorIPC {
// Required methods
fn into_ipc(self) -> ArrayIteratorIPCBytes ⓘ
where Self: Sized;
fn write_ipc<W: Write>(self, write: W) -> VortexResult<W>
where Self: Sized;
}
Expand description
A trait for converting an [ArrayIterator
] into an IPC stream.