#include <ProjectionData.h>
|
std::vector< unsigned char > | data |
|
◆ ColumnStoreData() [1/4]
ColumnStore::ColumnStoreData::ColumnStoreData |
( |
std::vector< unsigned char > & |
data | ) |
|
|
inline |
◆ ColumnStoreData() [2/4]
ColumnStore::ColumnStoreData::ColumnStoreData |
( |
int |
size = 0 | ) |
|
|
inline |
◆ ColumnStoreData() [3/4]
◆ ColumnStoreData() [4/4]
ColumnStore::ColumnStoreData::ColumnStoreData |
( |
std::vector< Parser::Column > & |
columns | ) |
|
|
inline |
◆ get()
◆ getFloat()
float ColumnStore::ColumnStoreData::getFloat |
( |
int |
i | ) |
|
|
inline |
◆ getInt()
int ColumnStore::ColumnStoreData::getInt |
( |
int |
i | ) |
|
|
inline |
◆ getString()
std::string ColumnStore::ColumnStoreData::getString |
( |
int |
i, |
|
|
int |
length |
|
) |
| |
|
inline |
◆ operator char *()
ColumnStore::ColumnStoreData::operator char * |
( |
| ) |
|
|
inline |
◆ operator const char *()
ColumnStore::ColumnStoreData::operator const char * |
( |
| ) |
const |
|
inline |
◆ read()
void ColumnStore::ColumnStoreData::read |
( |
std::istream & |
input | ) |
|
|
inline |
◆ set()
◆ setFloat()
void ColumnStore::ColumnStoreData::setFloat |
( |
int |
i, |
|
|
float |
value |
|
) |
| |
|
inline |
◆ setInt()
void ColumnStore::ColumnStoreData::setInt |
( |
int |
i, |
|
|
int |
value |
|
) |
| |
|
inline |
◆ setString() [1/2]
void ColumnStore::ColumnStoreData::setString |
( |
int |
i, |
|
|
std::string & |
string |
|
) |
| |
|
inline |
◆ setString() [2/2]
void ColumnStore::ColumnStoreData::setString |
( |
int |
i, |
|
|
std::string |
string |
|
) |
| |
|
inline |
◆ size()
int ColumnStore::ColumnStoreData::size |
( |
| ) |
const |
|
inline |
◆ write()
void ColumnStore::ColumnStoreData::write |
( |
std::ostream & |
output | ) |
|
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const ColumnStoreData & |
data |
|
) |
| |
|
friend |
◆ operator>>
◆ data
std::vector<unsigned char> ColumnStore::ColumnStoreData::data |
The documentation for this struct was generated from the following file: