Struct google_cloud_bigquery::storage::ipc::LargeUtf8
pub struct LargeUtf8<'a> {
pub _tab: Table<'a>,
}Expand description
Same as Utf8, but with 64-bit offsets, allowing to represent extremely large data values.
Fields§
§_tab: Table<'a>Implementations§
§impl<'a> LargeUtf8<'a>
impl<'a> LargeUtf8<'a>
pub unsafe fn init_from_table(table: Table<'a>) -> LargeUtf8<'a>
pub fn create<'bldr, 'args, 'mut_bldr>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>, _args: &'args LargeUtf8Args ) -> WIPOffset<LargeUtf8<'bldr>>where 'bldr: 'args, 'args: 'mut_bldr,
Trait Implementations§
§impl<'a> PartialEq<LargeUtf8<'a>> for LargeUtf8<'a>
impl<'a> PartialEq<LargeUtf8<'a>> for LargeUtf8<'a>
§impl Verifiable for LargeUtf8<'_>
impl Verifiable for LargeUtf8<'_>
§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 LargeUtf8<'a>
impl<'a> StructuralPartialEq for LargeUtf8<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LargeUtf8<'a>
impl<'a> Send for LargeUtf8<'a>
impl<'a> Sync for LargeUtf8<'a>
impl<'a> Unpin for LargeUtf8<'a>
impl<'a> UnwindSafe for LargeUtf8<'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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request