![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|


Go to the source code of this file.
Classes | |
| class | CoGaDB::SQL::location |
| Abstract a location. More... | |
Namespaces | |
| namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
| namespace | CoGaDB::SQL |
Functions | |
| const location | CoGaDB::SQL::operator+ (const location &begin, const location &end) |
| Join two location objects to create a location. | |
| const location | CoGaDB::SQL::operator+ (const location &begin, unsigned int width) |
| Add two location objects. | |
| location & | CoGaDB::SQL::operator+= (location &res, unsigned int width) |
| Add and assign a location. | |
| bool | CoGaDB::SQL::operator== (const location &loc1, const location &loc2) |
| Compare two location objects. | |
| bool | CoGaDB::SQL::operator!= (const location &loc1, const location &loc2) |
| Compare two location objects. | |
| std::ostream & | CoGaDB::SQL::operator<< (std::ostream &ostr, const location &loc) |
| Intercept output stream redirection. | |
Define the CoGaDB::SQL::location class.