pub struct LargeString {}Expand description
Represents the LargeUtf8 Arrow type
Trait Implementations§
Source§impl ArrowDeserialize for LargeString
impl ArrowDeserialize for LargeString
Source§impl ArrowField for LargeString
impl ArrowField for LargeString
Source§impl ArrowSerialize for LargeString
impl ArrowSerialize for LargeString
Source§type MutableArrayType = MutableUtf8Array<i64>
type MutableArrayType = MutableUtf8Array<i64>
The
arrow2::array::MutableArray that holds this valueSource§fn new_array() -> Self::MutableArrayType
fn new_array() -> Self::MutableArrayType
Create a new mutable array
Source§fn arrow_serialize(v: &String, array: &mut Self::MutableArrayType) -> Result<()>
fn arrow_serialize(v: &String, array: &mut Self::MutableArrayType) -> Result<()>
Serialize this field to arrow
Auto Trait Implementations§
impl Freeze for LargeString
impl RefUnwindSafe for LargeString
impl Send for LargeString
impl Sync for LargeString
impl Unpin for LargeString
impl UnsafeUnpin for LargeString
impl UnwindSafe for LargeString
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more