![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
Abstract a location. More...
#include <location.hh>

Public Member Functions | |
| location () | |
| Construct a location. | |
| void | initialize (std::string *fn) |
| Initialization. | |
Line and Column related manipulators | |
| void | step () |
| Reset initial location to final location. | |
| void | columns (unsigned int count=1) |
| Extend the current location to the COUNT next columns. | |
| void | lines (unsigned int count=1) |
| Extend the current location to the COUNT next lines. | |
Public Attributes | |
| position | begin |
| Beginning of the located region. | |
| position | end |
| End of the located region. | |
Abstract a location.
| CoGaDB::SQL::location::location | ( | ) | [inline] |
Construct a location.
| void CoGaDB::SQL::location::columns | ( | unsigned int | count = 1 | ) | [inline] |
Extend the current location to the COUNT next columns.
References end.
Referenced by CoGaDB::SQL::operator+(), and CoGaDB::SQL::operator+=().

| void CoGaDB::SQL::location::initialize | ( | std::string * | fn | ) | [inline] |
Initialization.
References begin, end, and CoGaDB::SQL::position::initialize().

| void CoGaDB::SQL::location::lines | ( | unsigned int | count = 1 | ) | [inline] |
Extend the current location to the COUNT next lines.
References end, and CoGaDB::SQL::position::lines().

| void CoGaDB::SQL::location::step | ( | ) | [inline] |
Beginning of the located region.
Referenced by initialize(), CoGaDB::SQL::operator<<(), CoGaDB::SQL::operator==(), and step().
End of the located region.
Referenced by columns(), initialize(), lines(), CoGaDB::SQL::operator+(), CoGaDB::SQL::operator<<(), CoGaDB::SQL::operator==(), and step().