Functor that can be passed to WalkItem() to collect the names of all the columns referenced by an Item.
More...
Functor that can be passed to WalkItem() to collect the names of all the columns referenced by an Item.
◆ column_names()
const std::set< std::string > & anonymous_namespace{explain_access_path.cc}::ColumnNameCollector::column_names |
( |
| ) |
const |
|
inline |
◆ operator()()
bool anonymous_namespace{explain_access_path.cc}::ColumnNameCollector::operator() |
( |
const Item * |
item | ) |
|
|
inline |
◆ m_column_names
std::set<std::string> anonymous_namespace{explain_access_path.cc}::ColumnNameCollector::m_column_names |
|
private |
The documentation for this class was generated from the following file: