Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <string>
#include <iostream>
#include <exception>
#include "sql/server/sql_parsetree.hpp"
#include "sql/server/sql_driver.hpp"
#include "sql_parser.hpp"
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
namespace | CoGaDB::SQL |
Defines | |
#define | NDEBUG |
Functions | |
bool | CoGaDB::SQL::commandlineExec (const std::string &input) |
#define NDEBUG |