Skip to main content

create_array_item_crs

Function create_array_item_crs 

Source
pub fn create_array_item_crs<'a>(
    wkt_values: &[Option<&str>],
    crs: impl IntoIterator<Item = Option<&'a str>>,
    item_type: &SedonaType,
) -> ArrayRef
Expand description

Create the storage ArrayRef from a sequence of WKT literals

Panics on invalid WKT or unsupported data type.