Struct arrow_format::ipc::SparseTensorIndexCsfRef
source · pub struct SparseTensorIndexCsfRef<'a>(_);
Available on crate feature
ipc
only.Implementations§
source§impl<'a> SparseTensorIndexCsfRef<'a>
impl<'a> SparseTensorIndexCsfRef<'a>
pub fn indptr_type(&self) -> Result<IntRef<'a>>
pub fn indptr_buffers(&self) -> Result<Vector<'a, BufferRef<'a>>>
pub fn indices_type(&self) -> Result<IntRef<'a>>
pub fn indices_buffers(&self) -> Result<Vector<'a, BufferRef<'a>>>
pub fn axis_order(&self) -> Result<Vector<'a, i32>>
Trait Implementations§
source§impl<'a> Clone for SparseTensorIndexCsfRef<'a>
impl<'a> Clone for SparseTensorIndexCsfRef<'a>
source§fn clone(&self) -> SparseTensorIndexCsfRef<'a>
fn clone(&self) -> SparseTensorIndexCsfRef<'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