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.
pub fn data_to_arrow_array(data: Option<DataMessage>) -> Result<Arc<dyn Array>>Convert an optional DataMessage into an Arrow array, or return an
empty null array when no data is present.