You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Add a limit (as runtime value) for long in queries
This commit is contained in:
@ -36,5 +36,5 @@ struct NodeSemanticComparator
|
||||
// Walk the tree and find out common conjuctions
|
||||
template<bool stableSort = false>
|
||||
execplan::ParseTree* extractCommonLeafConjunctionsToRoot(execplan::ParseTree* tree);
|
||||
|
||||
bool checkFiltersLimit(execplan::ParseTree* tree, uint64_t limit);
|
||||
} // namespace execplan
|
||||
|
Reference in New Issue
Block a user