#include "Core/Table/TableTem.h"
#include "Core/Column/Write.h"
#include "Persistency/File.h"
#include <ctime>
Include dependency graph for Write.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 |
Functions | |
template<class TableT> | |
void | Impala::Core::Table::Write (TableT *table, Util::IOBuffer *buffer, bool binary) |
template<class TableT> | |
bool | Impala::Core::Table::Write (TableT *table, String fileName, Util::Database *db, bool binary) |
template<class TableT> | |
bool | Impala::Core::Table::Write (TableT *table, Persistency::File file) |