mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Merge remote-tracking branch 'upstream/master' into fix10
This commit is contained in:
commit
8085ac86f7
@ -58,10 +58,6 @@ struct ExpressionAnalyzerData
|
|||||||
|
|
||||||
bool has_global_subqueries = false;
|
bool has_global_subqueries = false;
|
||||||
|
|
||||||
/// Which column is needed to be ARRAY-JOIN'ed to get the specified.
|
|
||||||
/// For example, for `SELECT s.v ... ARRAY JOIN a AS s` will get "s.v" -> "a.v".
|
|
||||||
NameToNameMap array_join_result_to_source;
|
|
||||||
|
|
||||||
/// All new temporary tables obtained by performing the GLOBAL IN/JOIN subqueries.
|
/// All new temporary tables obtained by performing the GLOBAL IN/JOIN subqueries.
|
||||||
Tables external_tables;
|
Tables external_tables;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user