Enum arrow_format::ipc::MessageHeaderRef
source · pub enum MessageHeaderRef<'a> {
Schema(SchemaRef<'a>),
DictionaryBatch(DictionaryBatchRef<'a>),
RecordBatch(RecordBatchRef<'a>),
Tensor(TensorRef<'a>),
SparseTensor(SparseTensorRef<'a>),
}
Available on crate feature
ipc
only.Variants§
Schema(SchemaRef<'a>)
DictionaryBatch(DictionaryBatchRef<'a>)
RecordBatch(RecordBatchRef<'a>)
Tensor(TensorRef<'a>)
SparseTensor(SparseTensorRef<'a>)
Trait Implementations§
source§impl<'a> Clone for MessageHeaderRef<'a>
impl<'a> Clone for MessageHeaderRef<'a>
source§fn clone(&self) -> MessageHeaderRef<'a>
fn clone(&self) -> MessageHeaderRef<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more