pub async fn new_standalone_executor<T: 'static + AsLogicalPlan, U: 'static + AsExecutionPlan>(
scheduler: SchedulerGrpcClient<Channel>,
concurrent_tasks: usize,
codec: KapotCodec<T, U>,
) -> Result<()>pub async fn new_standalone_executor<T: 'static + AsLogicalPlan, U: 'static + AsExecutionPlan>(
scheduler: SchedulerGrpcClient<Channel>,
concurrent_tasks: usize,
codec: KapotCodec<T, U>,
) -> Result<()>