Skip to main content

remove_list_null_values

Function remove_list_null_values 

Source
pub fn remove_list_null_values(
    array: &Arc<dyn Array>,
) -> Result<Arc<dyn Array>, DataFusionError>
Expand description

For lists and large lists, truncates the sublist of null values Otherwise returns an error