Commit bed1118
committed
Add DATA_COMPRESSION option for columnstore indexes
- Add DATA_COMPRESSION parsing to columnstore index WITH clause
- Add DataCompressionOption case to columnStoreIndexOptionToJSON
Enables: CreateIndexStatementTests120 (both variants)1 parent 9f130b9 commit bed1118
3 files changed
Lines changed: 41 additions & 2 deletions
File tree
- parser
- testdata
- Baselines120_CreateIndexStatementTests120
- CreateIndexStatementTests120
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10419 | 10419 | | |
10420 | 10420 | | |
10421 | 10421 | | |
| 10422 | + | |
| 10423 | + | |
| 10424 | + | |
| 10425 | + | |
| 10426 | + | |
| 10427 | + | |
| 10428 | + | |
| 10429 | + | |
| 10430 | + | |
| 10431 | + | |
| 10432 | + | |
| 10433 | + | |
| 10434 | + | |
| 10435 | + | |
| 10436 | + | |
| 10437 | + | |
| 10438 | + | |
| 10439 | + | |
| 10440 | + | |
| 10441 | + | |
| 10442 | + | |
| 10443 | + | |
| 10444 | + | |
| 10445 | + | |
| 10446 | + | |
10422 | 10447 | | |
10423 | 10448 | | |
10424 | 10449 | | |
| |||
12709 | 12734 | | |
12710 | 12735 | | |
12711 | 12736 | | |
| 12737 | + | |
| 12738 | + | |
| 12739 | + | |
| 12740 | + | |
| 12741 | + | |
| 12742 | + | |
| 12743 | + | |
| 12744 | + | |
| 12745 | + | |
| 12746 | + | |
| 12747 | + | |
| 12748 | + | |
| 12749 | + | |
| 12750 | + | |
12712 | 12751 | | |
12713 | 12752 | | |
12714 | 12753 | | |
| |||
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