#include <vector>
#include <iostream>
#include "Util/DatabaseReadString.h"
#include "Util/DatabaseWriteString.h"
#include "Util/IOBuffer.h"
#include "Core/Table/Table.h"
#include "Core/Column/ColumnTem.h"
#include "Core/Column/InvalidColumn.h"
Include dependency graph for TableTem.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Table |
Classes | |
class | Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T > |
Template class for a Table of 1 thru 9 columns of arbitrary type. More... |