#include <vector>
#include "Util/Database.h"
Include dependency graph for DatabaseReadString.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::Util |
Functions | |
template<class BackInsertIterator> | |
void | Impala::Util::DatabaseReadString (BackInsertIterator bi, IOBuffer *buf, bool skipEC, int count) |
template<class BackInsertIterator> | |
void | Impala::Util::DatabaseReadString (BackInsertIterator bi, String fileName, Database *db, bool skipEC, int count=-1) |
void | Impala::Util::DatabaseReadStrings (std::vector< String > &stringList, CString filename, Database *db) |