Struct arrow::ipc::gen::SparseTensor::SparseTensorArgs[][src]

pub struct SparseTensorArgs<'a> {
    pub type_type: Type,
    pub type_: Option<WIPOffset<UnionWIPOffset>>,
    pub shape: Option<WIPOffset<Vector<'a, ForwardsUOffset<TensorDim<'a>>>>>,
    pub non_zero_length: i64,
    pub sparseIndex_type: SparseTensorIndex,
    pub sparseIndex: Option<WIPOffset<UnionWIPOffset>>,
    pub data: Option<&'a Buffer>,
}

Fields

type_type: Typetype_: Option<WIPOffset<UnionWIPOffset>>shape: Option<WIPOffset<Vector<'a, ForwardsUOffset<TensorDim<'a>>>>>non_zero_length: i64sparseIndex_type: SparseTensorIndexsparseIndex: Option<WIPOffset<UnionWIPOffset>>data: Option<&'a Buffer>

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.