|
Column Store
|
Helper struct to represent join infromation. More...

Public Attributes | |
| std::string | foreignKey |
| Foreign key from base source. More... | |
| std::string | primaryKey |
| Primary key in join source. More... | |
| std::vector< std::string > | columns |
| List of columns required in result from joined source. More... | |
Helper struct to represent join infromation.
| std::vector<std::string> GenericQuery::GenericQueryBuilder::Join::columns |
List of columns required in result from joined source.
| std::string GenericQuery::GenericQueryBuilder::Join::foreignKey |
Foreign key from base source.
| std::string GenericQuery::GenericQueryBuilder::Join::primaryKey |
Primary key in join source.
1.8.18