Struct arrow_format::ipc::SparseTensorIndexCsf
source · pub struct SparseTensorIndexCsf {
pub indptr_type: Box<Int>,
pub indptr_buffers: Vec<Buffer>,
pub indices_type: Box<Int>,
pub indices_buffers: Vec<Buffer>,
pub axis_order: Vec<i32>,
}
Available on crate feature
ipc
only.Fields§
§indptr_type: Box<Int>
§indptr_buffers: Vec<Buffer>
§indices_type: Box<Int>
§indices_buffers: Vec<Buffer>
§axis_order: Vec<i32>
Implementations§
Trait Implementations§
source§impl Clone for SparseTensorIndexCsf
impl Clone for SparseTensorIndexCsf
source§fn clone(&self) -> SparseTensorIndexCsf
fn clone(&self) -> SparseTensorIndexCsf
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 moresource§impl Debug for SparseTensorIndexCsf
impl Debug for SparseTensorIndexCsf
source§impl<'de> Deserialize<'de> for SparseTensorIndexCsf
impl<'de> Deserialize<'de> for SparseTensorIndexCsf
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<SparseTensorIndexCsf> for SparseTensorIndexCsf
impl PartialEq<SparseTensorIndexCsf> for SparseTensorIndexCsf
source§fn eq(&self, other: &SparseTensorIndexCsf) -> bool
fn eq(&self, other: &SparseTensorIndexCsf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.