Home
last modified time | relevance | path

Searched defs:ExecutionPlan (Results 1 – 25 of 105) sorted by relevance

12345

/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_execution_plan.go19 type ExecutionPlan struct { struct
20 BizId string `json:"BizId" xml:"BizId"`
21 Name string `json:"Name" xml:"Name"`
22 Status int `json:"Status" xml:"Status"`
23 LastExeStatus int `json:"LastExeStatus" xml:"LastExeStatus"`
24 IsCreateCluster bool `json:"IsCreateCluster" xml:"IsCreateCluster"`
26 IsCycle bool `json:"IsCycle" xml:"IsCycle"`
27 ScheduleCycle string `json:"ScheduleCycle" xml:"ScheduleCycle"`
28 RegionId string `json:"RegionId" xml:"RegionId"`
29 CronExpr string `json:"CronExpr" xml:"CronExpr"`
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_execution_plan.go19 type ExecutionPlan struct { struct
20 BizId string `json:"BizId" xml:"BizId"`
21 Name string `json:"Name" xml:"Name"`
22 Status int `json:"Status" xml:"Status"`
23 LastExeStatus int `json:"LastExeStatus" xml:"LastExeStatus"`
24 IsCreateCluster bool `json:"IsCreateCluster" xml:"IsCreateCluster"`
26 IsCycle bool `json:"IsCycle" xml:"IsCycle"`
27 ScheduleCycle string `json:"ScheduleCycle" xml:"ScheduleCycle"`
28 RegionId string `json:"RegionId" xml:"RegionId"`
29 CronExpr string `json:"CronExpr" xml:"CronExpr"`
[all …]
/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/
H A Dcatch_execution_plan.hpp26 struct ExecutionPlan { struct
27 int iterations_per_sample;
28 Duration estimated_duration;
29 Detail::BenchmarkFunction benchmark;
30 Duration warmup_time;
31 int warmup_iterations;
34 operator ExecutionPlan<Duration2>() const { in operator ExecutionPlan<Duration2>()
39 …vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const { in run()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/
H A Dcatch_execution_plan.hpp26 struct ExecutionPlan { struct
27 int iterations_per_sample;
28 Duration estimated_duration;
29 Detail::BenchmarkFunction benchmark;
30 Duration warmup_time;
31 int warmup_iterations;
34 operator ExecutionPlan<Duration2>() const { in operator ExecutionPlan<Duration2>()
39 …vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const { in run()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/
H A Dcatch_execution_plan.hpp26 struct ExecutionPlan { struct
27 int iterations_per_sample;
28 Duration estimated_duration;
29 Detail::BenchmarkFunction benchmark;
30 Duration warmup_time;
31 int warmup_iterations;
34 operator ExecutionPlan<Duration2>() const { in operator ExecutionPlan<Duration2>()
39 …vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const { in run()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_execution_plan.hpp27 struct ExecutionPlan { struct
28 int iterations_per_sample;
29 Duration estimated_duration;
30 Detail::BenchmarkFunction benchmark;
31 Duration warmup_time;
32 int warmup_iterations;
35 operator ExecutionPlan<Duration2>() const { in operator ExecutionPlan<Duration2>()
40 …vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const { in run()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_execution_plan.hpp27 struct ExecutionPlan { struct
28 int iterations_per_sample;
29 Duration estimated_duration;
30 Detail::BenchmarkFunction benchmark;
31 Duration warmup_time;
32 int warmup_iterations;
35 operator ExecutionPlan<Duration2>() const { in operator ExecutionPlan<Duration2>()
40 …vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const { in run()
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/
H A Dcatch_execution_plan.hpp27 struct ExecutionPlan { struct
28 int iterations_per_sample;
29 Duration estimated_duration;
30 Detail::BenchmarkFunction benchmark;
31 Duration warmup_time;
32 int warmup_iterations;
35 operator ExecutionPlan<Duration2>() const { in operator ExecutionPlan<Duration2>()
40 …vector<FloatDuration<Clock>> run(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const { in run()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/physical_plan/
H A Dlimit.rs51 pub fn new(input: Arc<dyn ExecutionPlan>, limit: usize) -> Self { in new()
56 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
77 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
92 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
93 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
137 pub fn new(input: Arc<dyn ExecutionPlan>, limit: usize) -> Self { in new()
142 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
163 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
173 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
174 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dfilter.rs53 input: Arc<dyn ExecutionPlan>, in try_new()
73 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
91 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
102 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
103 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dexplain.rs72 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
84 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
85 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dmerge.rs60 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
76 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
87 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
88 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dprojection.rs55 input: Arc<dyn ExecutionPlan>, in try_new()
85 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
102 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
113 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
114 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dplanner.rs62 inputs: &[Arc<dyn ExecutionPlan>], in plan_extension()
64 ) -> Result<Option<Arc<dyn ExecutionPlan>>>; in plan_extension()
87 ) -> Result<Arc<dyn ExecutionPlan>> { in create_physical_plan()
107 plan: Arc<dyn ExecutionPlan>, in optimize_plan()
109 ) -> Result<Arc<dyn ExecutionPlan>> { in optimize_plan()
171 ) -> Result<Arc<dyn ExecutionPlan>> { in create_initial_plan()
1071 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
1077 _children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
1078 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
1096 _inputs: &[Arc<dyn ExecutionPlan>], in plan_extension()
[all …]
H A Dsort.rs57 input: Arc<dyn ExecutionPlan>, in try_new()
63 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
84 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
99 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
100 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dcoalesce_batches.rs51 pub fn new(input: Arc<dyn ExecutionPlan>, target_batch_size: usize) -> Self { in new()
59 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
82 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
94 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
95 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dmod.rs57 ) -> Result<Arc<dyn ExecutionPlan>>; in create_physical_plan()
62 pub trait ExecutionPlan: Debug + Send + Sync { trait
77 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>>; in children()
82 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
83 ) -> Result<Arc<dyn ExecutionPlan>>; in with_new_children()
109 plan: Arc<dyn ExecutionPlan>, in collect_partitioned()
H A Drepartition.rs58 pub fn input(&self) -> &Arc<dyn ExecutionPlan> { in input()
80 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
86 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
87 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
181 input: Arc<dyn ExecutionPlan>, in try_new()
H A Dempty.rs69 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
84 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
85 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
H A Dmemory.rs56 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
68 _: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
69 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/tests/
H A Dcustom_sources.rs113 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
118 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
119 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
147 ) -> Result<Arc<dyn ExecutionPlan>> { in scan()
H A Dprovider_filter_pushdown.rs70 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
76 _: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
77 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
109 ) -> Result<Arc<dyn ExecutionPlan>> { in scan()
H A Duser_defined_plan.rs199 ) -> Result<Arc<dyn ExecutionPlan>> { in create_physical_plan()
308 inputs: &[Arc<dyn ExecutionPlan>], in plan_extension()
310 ) -> Result<Option<Arc<dyn ExecutionPlan>>> { in plan_extension()
359 fn children(&self) -> Vec<Arc<dyn ExecutionPlan>> { in children()
365 children: Vec<Arc<dyn ExecutionPlan>>, in with_new_children()
366 ) -> Result<Arc<dyn ExecutionPlan>> { in with_new_children()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/
H A Dresults.cc91 absl::optional<spanner::ExecutionPlan> ProfileQueryResult::ExecutionPlan() in ExecutionPlan() function in google::cloud::spanner::SPANNER_CLIENT_NS::ProfileQueryResult
101 absl::optional<spanner::ExecutionPlan> ProfileDmlResult::ExecutionPlan() const { in ExecutionPlan() function in google::cloud::spanner::SPANNER_CLIENT_NS::ProfileDmlResult
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/
H A Dresults.cc91 absl::optional<spanner::ExecutionPlan> ProfileQueryResult::ExecutionPlan() in ExecutionPlan() function in google::cloud::spanner::SPANNER_CLIENT_NS::ProfileQueryResult
101 absl::optional<spanner::ExecutionPlan> ProfileDmlResult::ExecutionPlan() const { in ExecutionPlan() function in google::cloud::spanner::SPANNER_CLIENT_NS::ProfileDmlResult

12345