#include <vector>
#include "Persistency/File.h"
#include "Util/Database.h"
#include "Core/Array/Element/TypeString.h"
#include "Basis/NativeTypeRead.h"
#include "Core/Array/ArrayType.h"
#include "Core/Array/Arrays.h"
#include "Core/Array/Endian.h"
Include dependency graph for ReadRaw.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::Array |
Functions | |
ArrayType | Impala::Core::Array::ReadRawArrayType (Util::IOBuffer *buffer) |
ArrayType | Impala::Core::Array::ReadRawArrayType (String fileName, Util::Database *db) |
ArrayType | Impala::Core::Array::ReadRawArrayType (Persistency::File file) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRaw (ArrayT *&dst, Util::IOBuffer *buffer) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRaw (ArrayT *&dst, String fileName, Util::Database *db) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRaw (ArrayT *&dst, Persistency::File file) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawList (std::vector< ArrayT * > &list, Util::IOBuffer *buffer) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawList (std::vector< ArrayT * > &list, String fileName, Util::Database *db) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawList (std::vector< ArrayT * > &list, Persistency::File file) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawListVar (std::vector< ArrayT * > &list, Util::IOBuffer *buffer) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawListVar (std::vector< ArrayT * > &list, String fileName, Util::Database *db) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawListVar (std::vector< ArrayT * > &list, Persistency::File file) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawListVarIndex (std::vector< Int64 > &list, Util::IOBuffer *buffer) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawListVarIndex (std::vector< Int64 > &list, String fileName, Util::Database *db) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadRawListVarIndex (std::vector< Int64 > &list, Persistency::File file) |