mirror of https://gitee.com/bigwinds/arangodb
Add a public function to get plan from query
This commit is contained in:
parent
95d1256a5b
commit
a6160272c1
|
@ -306,6 +306,8 @@ class Query {
|
||||||
/// @brief pass-thru a resolver object from the transaction context
|
/// @brief pass-thru a resolver object from the transaction context
|
||||||
CollectionNameResolver const& resolver();
|
CollectionNameResolver const& resolver();
|
||||||
|
|
||||||
|
ExecutionPlan* stealPlan() { return std::move(preparePlan()); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// @brief initializes the query
|
/// @brief initializes the query
|
||||||
void init();
|
void init();
|
||||||
|
|
Loading…
Reference in New Issue