Struct arrow_ipc::gen::Schema::LargeListView
source · pub struct LargeListView<'a> {
pub _tab: Table<'a>,
}
Expand description
Same as ListView, but with 64-bit offsets and sizes, allowing to represent extremely large data values.
Fields§
§_tab: Table<'a>
Implementations§
source§impl<'a> LargeListView<'a>
impl<'a> LargeListView<'a>
pub unsafe fn init_from_table(table: Table<'a>) -> Self
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>, _args: &'args LargeListViewArgs, ) -> WIPOffset<LargeListView<'bldr>>
Trait Implementations§
source§impl<'a> Clone for LargeListView<'a>
impl<'a> Clone for LargeListView<'a>
source§fn clone(&self) -> LargeListView<'a>
fn clone(&self) -> LargeListView<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LargeListView<'_>
impl Debug for LargeListView<'_>
source§impl<'a> Follow<'a> for LargeListView<'a>
impl<'a> Follow<'a> for LargeListView<'a>
source§impl<'a> PartialEq for LargeListView<'a>
impl<'a> PartialEq for LargeListView<'a>
source§fn eq(&self, other: &LargeListView<'a>) -> bool
fn eq(&self, other: &LargeListView<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Verifiable for LargeListView<'_>
impl Verifiable for LargeListView<'_>
source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly.impl<'a> Copy for LargeListView<'a>
impl<'a> StructuralPartialEq for LargeListView<'a>
Auto Trait Implementations§
impl<'a> Freeze for LargeListView<'a>
impl<'a> RefUnwindSafe for LargeListView<'a>
impl<'a> Send for LargeListView<'a>
impl<'a> Sync for LargeListView<'a>
impl<'a> Unpin for LargeListView<'a>
impl<'a> UnwindSafe for LargeListView<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)