summaryrefslogtreecommitdiffstats
path: root/rasodmg/tiling.hh
diff options
context:
space:
mode:
authorAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2009-08-25 13:33:09 +0200
committerPeter Baumann <baumann@rasdaman.org>2009-08-27 09:38:08 +0200
commitfd66ca862d4499378719e2a635c9f97df28b763d (patch)
treee11e40b69e30b4d553cd0bcdedb435849c22e0d0 /rasodmg/tiling.hh
parentbb3139b97d956a8455649af82c0f3b705d2a8e55 (diff)
downloadrasdaman-upstream-fd66ca862d4499378719e2a635c9f97df28b763d.tar.gz
rasdaman-upstream-fd66ca862d4499378719e2a635c9f97df28b763d.tar.xz
rasdaman-upstream-fd66ca862d4499378719e2a635c9f97df28b763d.zip
Tiling & Indexing options added to rasql grammar
Diffstat (limited to 'rasodmg/tiling.hh')
-rw-r--r--rasodmg/tiling.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rasodmg/tiling.hh b/rasodmg/tiling.hh
index e178e0a..d78ecbe 100644
--- a/rasodmg/tiling.hh
+++ b/rasodmg/tiling.hh
@@ -98,8 +98,8 @@ class r_Tiling
*/
static const char* ASTERIX;
- static const char* COLON;
- static const char* COMMA;
+ static const char* TCOLON;
+ static const char* TCOMMA;
static const char* LSQRBRA;
static const char* RSQRBRA;
static const long DefaultBase;