summaryrefslogtreecommitdiffstats
path: root/qlparser/querytree.hh
diff options
context:
space:
mode:
authorAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2010-01-27 11:12:13 +0100
committerAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2010-01-27 11:12:13 +0100
commiteaa0fa6cc9e783ea3ab33f053bdb7fdf5d41366f (patch)
tree210a87bcdb7fd66b7217aac403c43e7f91d6fe1e /qlparser/querytree.hh
parentb47274896cd648fd243dbdede872496b81c79b57 (diff)
downloadrasdaman-upstream-eaa0fa6cc9e783ea3ab33f053bdb7fdf5d41366f.tar.gz
rasdaman-upstream-eaa0fa6cc9e783ea3ab33f053bdb7fdf5d41366f.tar.xz
rasdaman-upstream-eaa0fa6cc9e783ea3ab33f053bdb7fdf5d41366f.zip
Fixed optimization level bug when creating new collection.
Diffstat (limited to 'qlparser/querytree.hh')
-rw-r--r--qlparser/querytree.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qlparser/querytree.hh b/qlparser/querytree.hh
index cfeafb7..002bca2 100644
--- a/qlparser/querytree.hh
+++ b/qlparser/querytree.hh
@@ -86,6 +86,7 @@ class QueryTree
enum OptimizationLevel
{
+ NO_OPTIMIZATIONS = 0,
STANDARDIZATION = 1,
SIMPLIFICATION = 2,
SUBEXPRESSIONS = 3