Struct arrow_format::ipc::SparseMatrixIndexCsxRef
source · pub struct SparseMatrixIndexCsxRef<'a>(_);
Available on crate feature
ipc
only.Implementations§
source§impl<'a> SparseMatrixIndexCsxRef<'a>
impl<'a> SparseMatrixIndexCsxRef<'a>
pub fn compressed_axis(&self) -> Result<SparseMatrixCompressedAxis>
pub fn indptr_type(&self) -> Result<IntRef<'a>>
pub fn indptr_buffer(&self) -> Result<BufferRef<'a>>
pub fn indices_type(&self) -> Result<IntRef<'a>>
pub fn indices_buffer(&self) -> Result<BufferRef<'a>>
Trait Implementations§
source§impl<'a> Clone for SparseMatrixIndexCsxRef<'a>
impl<'a> Clone for SparseMatrixIndexCsxRef<'a>
source§fn clone(&self) -> SparseMatrixIndexCsxRef<'a>
fn clone(&self) -> SparseMatrixIndexCsxRef<'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