8000 this moves aql::Query* out of the call parameter to any aql::Function by jsteemann · Pull Request #6485 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

this moves aql::Query* out of the call parameter to any aql::Function #6485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add namespace
  • Loading branch information
jsteemann committed Sep 13, 2018
commit fdc2060c1fb0028eaa9a310f092aa5a228ab4844
2 changes: 2 additions & 0 deletions arangod/Aql/QueryExpressionContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
#include "Aql/AqlValue.h"
#include "Aql/Query.h"
#include "Aql/RegexCache.h"
#include "Transaction/Methods.h"

using namespace arangodb;
using namespace arangodb::aql;

void QueryExpressionContext::registerWarning(int errorCode, char const* msg) {
Expand Down
0