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