We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7bad9 commit a977f47Copy full SHA for a977f47
src/Interpreters/TreeRewriter.h
@@ -34,6 +34,9 @@ struct TreeRewriterResult
34
/// Same as above but also record alias columns which are expanded. This is for RBAC access check.
35
Names required_source_columns_before_expanding_alias_columns;
36
37
+ /// Set of columns that object columns are not extended. This is for distinguishing JSON and Tuple type.
38
+ NamesAndTypesList source_columns_ordinary;
39
+
40
NameSet missed_subcolumns;
41
42
/// Set of alias columns that are expanded to their alias expressions. We still need the original columns to check access permission.
0 commit comments