|
| PartitionWriterColumn (int _stridelength, char *_start, char *_end, const T &_null_value) |
|
void | append (const T &value) |
|
void | appendNull () |
|
void | directCopy (T *src, size_t elementsToCopy, size_t elementSize) |
|
char * | getAndAdvance () |
|
const char * | getPtr (size_t offset_from_start) |
|
int | getStrideLength () |
|
T | getVal (size_t offset_from_start) |
|
size_t | getWrittenElementCount () |
|
|
void | rejectRows (std::set< uint64 > &rejectedRows) |
|
|
char * | curr |
|
const char * | end |
|
const T & | null_value |
|
const char * | start |
|
const int | stridelength |
|
|
class | PartitionWriterColumns |
|
template<class T>
class Vertica::PartitionWriterColumn< T >
PartitionWriterColumns for basic types.
int Vertica::BasePartitionWriterColumn::getStrideLength |
( |
| ) |
|
|
inlineinherited |
Returns the size of each element in the column