Commit 246b06a
authored
refactor(query): auto generate virtual columns for variant column (#17707)
* refactor(query): auto generate virtual columns for variant column
* fix
* support update
* fix unit tests
* fix explain
* fix tests
* support cast type
* fix
* fix tests
* add virutal column builder tests
* fix virtual block count
* fix tests
* fix virtual column conflict
* fix
* create virtual column for json array
* fix
* virtual column builder add sample1 parent a33c9e7 commit 246b06a
File tree
90 files changed
+2438
-1468
lines changed- src
- meta/proto-conv/tests/it
- query
- catalog/src/plan
- ee_features/virtual_column/src
- ee
- src
- hilbert_clustering
- storages/fuse/operations
- virtual_column
- tests/it
- inverted_index
- storages/fuse/operations
- expression/src
- utils
- service
- src
- interpreters
- hook
- pipelines/builders
- test_kits
- tests/it/storages
- fuse
- operations
- mutation
- testdata
- sql/src
- executor
- planner
- binder
- bind_table_reference
- ddl
- plans/ddl
- semantic
- storages
- common
- index/src
- pruner/src
- table_meta/src/meta
- column_oriented_segment
- current
- v2
- v3/frozen
- fuse/src
- io
- read
- block
- virtual_column
- write
- stream
- operations
- common
- meta
- processors
- merge_into/mutator
- read
- replace_into/mutator
- pruning
- statistics
- system
- src
- tests/sqllogictests/suites
- ee
- 01_ee_system
- 05_ee_ddl
- mode/standalone/ee
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+2438
-1468
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments