#include <DataGeneratorRowComponent.h>
Public Member Functions | |
RowComponentTimestamp (RowComponentSpec &spec) | |
virtual | ~RowComponentTimestamp () |
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 | |
time_t | m_min |
time_t | m_max |
time_t | m_next |
char * | m_render_buf |
int | m_render_buf_len |
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 172 of file DataGeneratorRowComponent.h.
|
inline |
Definition at line 174 of file DataGeneratorRowComponent.h.
|
inlinevirtual |
Definition at line 224 of file DataGeneratorRowComponent.h.
|
inlinevirtual |
Implements Hypertable::RowComponent.
Definition at line 227 of file DataGeneratorRowComponent.h.
|
inlinevirtual |
Implements Hypertable::RowComponent.
Definition at line 248 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 252 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 252 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 252 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 253 of file DataGeneratorRowComponent.h.
|
private |
Definition at line 254 of file DataGeneratorRowComponent.h.