Skip to content

Commit e0f7c6e

Browse files
authored
feat: Add keywords for parallel execution grammar (#90)
Add tab completion for new keywords introduced for parallel execution. PARALLEL, EXECUTION, and PARALLEL_EXECUTION
1 parent 046bd7f commit e0f7c6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/constants.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ static const std::string kMultilinePrompt = " -> ";
9090
"ENUM",
9191
"ENUMS",
9292
"EXECUTE",
93+
"EXECUTION",
9394
"EXPLAIN",
9495
"FAILOVER",
9596
"FOR",
@@ -133,6 +134,8 @@ static const std::string kMultilinePrompt = " -> ";
133134
"MULTI_DATABASE_EDIT",
134135
"MULTI_DATABASE_USE",
135136
"ON_DISK_TRANSACTIONAL",
137+
"PARALLEL",
138+
"PARALLEL_EXECUTION",
136139
"PASSWORD",
137140
"PORT",
138141
"PRIVILEGES",

0 commit comments

Comments
 (0)