mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
description for TranslateQualifiedNamesVisitor
This commit is contained in:
parent
1eae5c38ea
commit
1db565193c
@ -18,7 +18,7 @@ struct ASTTableJoin;
|
|||||||
class NamesAndTypesList;
|
class NamesAndTypesList;
|
||||||
|
|
||||||
|
|
||||||
/// It visits nodes, find identifiers and translate their names to needed form.
|
/// It visits nodes, find columns (general identifiers and asterisks) and translate their names according to tables' names.
|
||||||
class TranslateQualifiedNamesVisitor
|
class TranslateQualifiedNamesVisitor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user