Struct arrow_integration_test::ArrowJsonBatch
source · pub struct ArrowJsonBatch {
pub columns: Vec<ArrowJsonColumn>,
/* private fields */
}Expand description
A struct that partially reads the Arrow JSON record batch
Fields
columns: Vec<ArrowJsonColumn>Implementations
sourceimpl ArrowJsonBatch
impl ArrowJsonBatch
pub fn from_batch(batch: &RecordBatch) -> ArrowJsonBatch
Trait Implementations
sourceimpl Clone for ArrowJsonBatch
impl Clone for ArrowJsonBatch
sourcefn clone(&self) -> ArrowJsonBatch
fn clone(&self) -> ArrowJsonBatch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ArrowJsonBatch
impl Debug for ArrowJsonBatch
sourceimpl<'de> Deserialize<'de> for ArrowJsonBatch
impl<'de> Deserialize<'de> for ArrowJsonBatch
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for ArrowJsonBatch
impl Serialize for ArrowJsonBatch
Auto Trait Implementations
impl RefUnwindSafe for ArrowJsonBatch
impl Send for ArrowJsonBatch
impl Sync for ArrowJsonBatch
impl Unpin for ArrowJsonBatch
impl UnwindSafe for ArrowJsonBatch
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