Struct arrow_ipc::gen::SparseTensor::SparseMatrixIndexCSXBuilder
source · pub struct SparseMatrixIndexCSXBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations§
source§impl<'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> Freeze for SparseMatrixIndexCSXBuilder<'a, 'b>
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>
impl<'a, 'b> !UnwindSafe for SparseMatrixIndexCSXBuilder<'a, 'b>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more