pub fn create_array_value(
wkt_values: &[Option<&str>],
data_type: &SedonaType,
) -> ColumnarValueExpand description
Create a ColumnarValue array from a sequence of WKT literals
Panics on invalid WKT or unsupported data type.
pub fn create_array_value(
wkt_values: &[Option<&str>],
data_type: &SedonaType,
) -> ColumnarValueCreate a ColumnarValue array from a sequence of WKT literals
Panics on invalid WKT or unsupported data type.