pub trait CloneBox {
    fn clone_box(&self) -> BoxedBatch;
}

Required Methods§

Returns a Boxed clone of the underlying Batch trait implementation.

Implementors§