pub fn prepare_cloud_plan( dsl: DslPlan, allow_local_scans: bool, ) -> Result<Vec<u8>, PolarsError>
Prepare the given DslPlan for execution on Polars Cloud.
DslPlan