#include <iostream>#include <fstream>#include "Util/Database.h"#include "Core/Geometry/Rectangle.h"#include "Core/Array/Arrays.h"#include "Core/Column/ColumnTem.h"#include "Core/Column/InvalidColumn.h"#include "Core/Vector/VectorSet.h"#include "Core/Array/ReadRaw.h"Include dependency graph for Read.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::Column |
Functions | |
| void | Impala::Core::Column::Read (InvalidColumn *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (InvalidColumn *col, String fileName, Util::Database *db) |
| void | Impala::Core::Column::Read (ColumnTem< Int32 > *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (ColumnTem< Int32 > *col, String fileName, Util::Database *db) |
| void | Impala::Core::Column::Read (ColumnTem< UInt64 > *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (ColumnTem< UInt64 > *col, String fileName, Util::Database *db) |
| void | Impala::Core::Column::Read (ColumnTem< Real64 > *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (ColumnTem< Real64 > *col, String fileName, Util::Database *db) |
| void | Impala::Core::Column::Read (ColumnTem< String > *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (ColumnTem< String > *col, String fileName, Util::Database *db) |
| void | Impala::Core::Column::Read (ColumnTem< Geometry::Rectangle > *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (ColumnTem< Geometry::Rectangle > *col, String fileName, Util::Database *db) |
| void | Impala::Core::Column::Read (Vector::VectorSet< Array::Array2dScalarInt8 > *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (Vector::VectorSet< Array::Array2dScalarInt8 > *col, String fileName, Util::Database *db) |
| void | Impala::Core::Column::Read (Vector::VectorSet< Array::Array2dScalarReal64 > *col, Util::IOBuffer *buffer) |
| void | Impala::Core::Column::Read (Vector::VectorSet< Array::Array2dScalarReal64 > *col, String fileName, Util::Database *db) |
1.5.1