Commit 5184819
committed
Add MAX_DURATION option support for CREATE INDEX
- Add MaxDurationOption AST type for resumable index operations
- Parse MAX_DURATION = value [MINUTES] in index options
- Add JSON marshaling for MaxDurationOption1 parent 52c0a7f commit 5184819
5 files changed
Lines changed: 36 additions & 2 deletions
File tree
- ast
- parser
- testdata
- Baselines150_CreateIndexStatementTests150
- CreateIndexStatementTests150
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10809 | 10809 | | |
10810 | 10810 | | |
10811 | 10811 | | |
| 10812 | + | |
| 10813 | + | |
| 10814 | + | |
| 10815 | + | |
| 10816 | + | |
| 10817 | + | |
| 10818 | + | |
| 10819 | + | |
| 10820 | + | |
| 10821 | + | |
| 10822 | + | |
| 10823 | + | |
10812 | 10824 | | |
10813 | 10825 | | |
10814 | 10826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8348 | 8348 | | |
8349 | 8349 | | |
8350 | 8350 | | |
| 8351 | + | |
| 8352 | + | |
| 8353 | + | |
| 8354 | + | |
| 8355 | + | |
| 8356 | + | |
| 8357 | + | |
| 8358 | + | |
| 8359 | + | |
| 8360 | + | |
| 8361 | + | |
| 8362 | + | |
8351 | 8363 | | |
8352 | 8364 | | |
8353 | 8365 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments