Struct arrow_ipc::gen::Message::DictionaryBatchBuilder
source · pub struct DictionaryBatchBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations§
source§impl<'a: 'b, 'b> DictionaryBatchBuilder<'a, 'b>
impl<'a: 'b, 'b> DictionaryBatchBuilder<'a, 'b>
pub fn add_id(&mut self, id: i64)
pub fn add_data(&mut self, data: WIPOffset<RecordBatch<'b>>)
pub fn add_isDelta(&mut self, isDelta: bool)
pub fn new( _fbb: &'b mut FlatBufferBuilder<'a>, ) -> DictionaryBatchBuilder<'a, 'b>
pub fn finish(self) -> WIPOffset<DictionaryBatch<'a>>
Auto Trait Implementations§
impl<'a, 'b> Freeze for DictionaryBatchBuilder<'a, 'b>
impl<'a, 'b> RefUnwindSafe for DictionaryBatchBuilder<'a, 'b>
impl<'a, 'b> Send for DictionaryBatchBuilder<'a, 'b>
impl<'a, 'b> Sync for DictionaryBatchBuilder<'a, 'b>
impl<'a, 'b> Unpin for DictionaryBatchBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for DictionaryBatchBuilder<'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