#include <DataGeneratorRowComponent.h>
Public Member Functions | |
RowComponentInteger (RowComponentSpec &spec) | |
virtual | ~RowComponentInteger () |
virtual bool | next () |
virtual void | render (String &dst) |
Public Member Functions inherited from Hypertable::RowComponent | |
RowComponent (RowComponentSpec &spec) | |
virtual | ~RowComponent () |
Public Member Functions inherited from Hypertable::RowComponentSpec | |
RowComponentSpec () | |
Private Attributes | |
int64_t | m_min |
int64_t | m_max |
int64_t | m_next |
char * | m_render_buf |
Additional Inherited Members | |
Public Attributes inherited from Hypertable::RowComponentSpec | |
int | type |
int | order {} |
std::string | format |
std::string | min |
std::string | max |
unsigned | length_min {} |
unsigned | length_max {} |
uint64_t | value_count {} |
unsigned | seed {} |
std::string | distribution |
Protected Attributes inherited from Hypertable::RowComponent | |
DiscreteRandomGeneratorPtr | m_rng |
Definition at line 117 of file DataGeneratorRowComponent.h.
|
inline |
Definition at line 119 of file DataGeneratorRowComponent.h.
|
inlinevirtual |
Definition at line 140 of file DataGeneratorRowComponent.h.
|
inlinevirtual |
Implements Hypertable::RowComponent.
Definition at line 143 of file DataGeneratorRowComponent.h.
|
inlinevirtual |
Implements Hypertable::RowComponent.
Definition at line 164 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 168 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 168 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 168 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 169 of file DataGeneratorRowComponent.h.