Trait datafusion::rel::Row
[−]
[src]
pub trait Row { fn get(&self, index: usize) -> &ScalarValue; fn to_string(&self) -> String; }
pub trait Row { fn get(&self, index: usize) -> &ScalarValue; fn to_string(&self) -> String; }
fn get(&self, index: usize) -> &ScalarValue
fn to_string(&self) -> String
impl Row for Vec<ScalarValue>
[src]