execute

Function execute 

Source
pub fn execute<DS>(
    data: &DS,
    r: ComputeRequest,
    streaming: bool,
) -> Result<DataFrame, PolarsError>
where DS: DataSet + ?Sized,
Expand description

Distributes work based on request