Skip to main content

data_to_arrow_array

Function data_to_arrow_array 

Source
pub fn data_to_arrow_array(data: Option<DataMessage>) -> Result<Arc<dyn Array>>
Expand description

Convert an optional DataMessage into an Arrow array, or return an empty null array when no data is present.