Skip to content

Commit a977f47

Browse files
authored
Update TreeRewriter.h
1 parent 9e7bad9 commit a977f47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Interpreters/TreeRewriter.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ struct TreeRewriterResult
3434
/// Same as above but also record alias columns which are expanded. This is for RBAC access check.
3535
Names required_source_columns_before_expanding_alias_columns;
3636

37+
/// Set of columns that object columns are not extended. This is for distinguishing JSON and Tuple type.
38+
NamesAndTypesList source_columns_ordinary;
39+
3740
NameSet missed_subcolumns;
3841

3942
/// Set of alias columns that are expanded to their alias expressions. We still need the original columns to check access permission.

0 commit comments

Comments
 (0)