Enum arrow_format::ipc::SparseTensorIndexRef
source · pub enum SparseTensorIndexRef<'a> {
SparseTensorIndexCoo(SparseTensorIndexCooRef<'a>),
SparseMatrixIndexCsx(SparseMatrixIndexCsxRef<'a>),
SparseTensorIndexCsf(SparseTensorIndexCsfRef<'a>),
}
Available on crate feature
ipc
only.Variants§
SparseTensorIndexCoo(SparseTensorIndexCooRef<'a>)
SparseMatrixIndexCsx(SparseMatrixIndexCsxRef<'a>)
SparseTensorIndexCsf(SparseTensorIndexCsfRef<'a>)
Trait Implementations§
source§impl<'a> Clone for SparseTensorIndexRef<'a>
impl<'a> Clone for SparseTensorIndexRef<'a>
source§fn clone(&self) -> SparseTensorIndexRef<'a>
fn clone(&self) -> SparseTensorIndexRef<'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