pub trait IntoArrayRef {
// Required method
fn into_array_ref(self) -> ArrayRef;
}Expand description
Converts a vector or array into an ArrayRef.
pub trait IntoArrayRef {
// Required method
fn into_array_ref(self) -> ArrayRef;
}Converts a vector or array into an ArrayRef.