description for TranslateQualifiedNamesVisitor

This commit is contained in:
chertus 2018-10-31 20:45:41 +03:00
parent 1eae5c38ea
commit 1db565193c

View File

@ -18,7 +18,7 @@ struct ASTTableJoin;
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
{
public: