Struct arrow_ipc::gen::SparseTensor::SparseTensorIndexCOOBuilder
source · pub struct SparseTensorIndexCOOBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations
sourceimpl<'a: 'b, 'b> SparseTensorIndexCOOBuilder<'a, 'b>
impl<'a: 'b, 'b> SparseTensorIndexCOOBuilder<'a, 'b>
pub fn add_indicesType(&mut self, indicesType: WIPOffset<Int<'b>>)
pub fn add_indicesStrides(&mut self, indicesStrides: WIPOffset<Vector<'b, i64>>)
pub fn add_indicesBuffer(&mut self, indicesBuffer: &Buffer)
pub fn add_isCanonical(&mut self, isCanonical: bool)
pub fn new(
_fbb: &'b mut FlatBufferBuilder<'a>
) -> SparseTensorIndexCOOBuilder<'a, 'b>
pub fn finish(self) -> WIPOffset<SparseTensorIndexCOO<'a>>
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for SparseTensorIndexCOOBuilder<'a, 'b>
impl<'a, 'b> Send for SparseTensorIndexCOOBuilder<'a, 'b>
impl<'a, 'b> Sync for SparseTensorIndexCOOBuilder<'a, 'b>
impl<'a, 'b> Unpin for SparseTensorIndexCOOBuilder<'a, 'b>where
'a: 'b,
impl<'a, 'b> !UnwindSafe for SparseTensorIndexCOOBuilder<'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