Struct datafusion::rel::Row
[−]
[src]
pub struct Row { pub values: Vec<Value>, }
A tuple represents one row within a relation and is implemented as a trait to allow for specific implementations for different data sources
Fields
values: Vec<Value>
Methods
impl Row
[src]
Trait Implementations
impl Debug for Row
[src]
impl Clone for Row
[src]
fn clone(&self) -> Row
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more