feat: Limit CPU in runtime (#3685) (#4782)

feat: add throttle runtime (#3685)
This commit is contained in:
pa
2024-10-24 15:30:24 +08:00
committed by GitHub
parent fcde0a4874
commit 9d3ee6384a
31 changed files with 787 additions and 41 deletions
+1
View File
@@ -23,6 +23,7 @@ use common_function::function::FunctionRef;
use common_function::scalars::aggregate::AggregateFunctionMetaRef;
use common_query::prelude::ScalarUdf;
use common_query::Output;
use common_runtime::runtime::{BuilderBuild, RuntimeTrait};
use common_runtime::Runtime;
use datafusion_expr::LogicalPlan;
use query::dataframe::DataFrame;