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§
source§impl ArrowJsonBatch
impl ArrowJsonBatch
pub fn from_batch(batch: &RecordBatch) -> ArrowJsonBatch
Trait Implementations§
source§impl Clone for ArrowJsonBatch
impl Clone for ArrowJsonBatch
source§fn clone(&self) -> ArrowJsonBatch
fn clone(&self) -> ArrowJsonBatch
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 ArrowJsonBatch
impl Debug for ArrowJsonBatch
source§impl<'de> Deserialize<'de> for ArrowJsonBatch
impl<'de> Deserialize<'de> for ArrowJsonBatch
source§fn 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