Struct arrow_format::ipc::SparseTensorIndexCooRef
source · pub struct SparseTensorIndexCooRef<'a>(_);
Available on crate feature
ipc
only.Implementations§
source§impl<'a> SparseTensorIndexCooRef<'a>
impl<'a> SparseTensorIndexCooRef<'a>
pub fn indices_type(&self) -> Result<IntRef<'a>>
pub fn indices_strides(&self) -> Result<Option<Vector<'a, i64>>>
pub fn indices_buffer(&self) -> Result<BufferRef<'a>>
pub fn is_canonical(&self) -> Result<bool>
Trait Implementations§
source§impl<'a> Clone for SparseTensorIndexCooRef<'a>
impl<'a> Clone for SparseTensorIndexCooRef<'a>
source§fn clone(&self) -> SparseTensorIndexCooRef<'a>
fn clone(&self) -> SparseTensorIndexCooRef<'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