Struct arrow_ipc::gen::SparseTensor::SparseMatrixIndexCSXBuilder
source · pub struct SparseMatrixIndexCSXBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations
sourceimpl<'a: 'b, 'b> SparseMatrixIndexCSXBuilder<'a, 'b>
impl<'a: 'b, 'b> SparseMatrixIndexCSXBuilder<'a, 'b>
pub fn add_compressedAxis(&mut self, compressedAxis: SparseMatrixCompressedAxis)
pub fn add_indptrType(&mut self, indptrType: WIPOffset<Int<'b>>)
pub fn add_indptrBuffer(&mut self, indptrBuffer: &Buffer)
pub fn add_indicesType(&mut self, indicesType: WIPOffset<Int<'b>>)
pub fn add_indicesBuffer(&mut self, indicesBuffer: &Buffer)
pub fn new(
_fbb: &'b mut FlatBufferBuilder<'a>
) -> SparseMatrixIndexCSXBuilder<'a, 'b>
pub fn finish(self) -> WIPOffset<SparseMatrixIndexCSX<'a>>
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for SparseMatrixIndexCSXBuilder<'a, 'b>
impl<'a, 'b> Send for SparseMatrixIndexCSXBuilder<'a, 'b>
impl<'a, 'b> Sync for SparseMatrixIndexCSXBuilder<'a, 'b>
impl<'a, 'b> Unpin for SparseMatrixIndexCSXBuilder<'a, 'b>where
'a: 'b,
impl<'a, 'b> !UnwindSafe for SparseMatrixIndexCSXBuilder<'a, 'b>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more