Function _execute_ir_plan_with_gpu

Source
pub fn _execute_ir_plan_with_gpu(
    ir_plan_ser: Vec<u8>,
    py: Python<'_>,
) -> PyResult<PyDataFrame>
Expand description

Take a serialized IRPlan and execute it on the GPU engine.

This is done as a Python function because the NodeTraverser class created for this purpose must exactly match the one expected by the cudf_polars package.