Base class for vectorized writing to columns. Efficiently writes each element in a single column.
More...
|
char * | getAndAdvance () |
|
const char * | getPtr (size_t offset_from_start) |
|
int | getStrideLength () |
|
size_t | getWrittenElementCount () |
|
|
| BasePartitionWriterColumn (int _stridelength, char *_start, char *_end) |
|
void | rejectRows (std::set< uint64 > &rejectedRows) |
|
|
char * | curr |
|
const char * | end |
|
const char * | start |
|
const int | stridelength |
|
|
class | PartitionWriterColumns |
|
Base class for vectorized writing to columns. Efficiently writes each element in a single column.
◆ getStrideLength()
int Vertica::BasePartitionWriterColumn::getStrideLength |
( |
| ) |
|
|
inline |
Returns the size of each element in the column