Trait proof_of_sql::base::database::ToArrow
source · pub trait ToArrow {
// Required methods
fn to_type(&self) -> DataType;
fn to_array(self) -> Arc<dyn Array>;
}
Expand description
Extension trait for Vec
pub trait ToArrow {
// Required methods
fn to_type(&self) -> DataType;
fn to_array(self) -> Arc<dyn Array>;
}
Extension trait for Vec