Struct datafusion::rel::Tuple
[−]
[src]
pub struct Tuple { 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>