create_array

Function create_array 

Source
pub fn create_array(
    wkt_values: &[Option<&str>],
    data_type: &SedonaType,
) -> ArrayRef
Expand description

Create an ArrayRef from a sequence of WKT literals

Panics on invalid WKT or unsupported data type.