#include <tpcc_tables.h>
◆ get_key()
| Key tpcc::OrderLine::get_key |
( |
| ) |
|
|
inline |
◆ amount
| float tpcc::OrderLine::amount |
◆ d_id
| int32_t tpcc::OrderLine::d_id |
◆ delivery_d
| std::array<char, DATETIME_SIZE + 1> tpcc::OrderLine::delivery_d = {0} |
◆ dist_info
| std::array<char, Stock::DIST + 1> tpcc::OrderLine::dist_info = {0} |
◆ i_id
| int32_t tpcc::OrderLine::i_id |
◆ INITIAL_QUANTITY
| const int tpcc::OrderLine::INITIAL_QUANTITY = 5 |
|
static |
◆ MAX_AMOUNT
| constexpr float tpcc::OrderLine::MAX_AMOUNT = 9999.99f |
|
staticconstexpr |
◆ MAX_I_ID
| const int tpcc::OrderLine::MAX_I_ID = 100 |
|
static |
◆ MIN_AMOUNT
| constexpr float tpcc::OrderLine::MIN_AMOUNT = 0.01f |
|
staticconstexpr |
◆ MIN_I_ID
| const int tpcc::OrderLine::MIN_I_ID = 1 |
|
static |
◆ number
| int32_t tpcc::OrderLine::number |
◆ o_id
| int32_t tpcc::OrderLine::o_id |
◆ quantity
| int32_t tpcc::OrderLine::quantity |
◆ REMOTE_PROBABILITY_MILLIS
| const int tpcc::OrderLine::REMOTE_PROBABILITY_MILLIS = 10 |
|
static |
◆ supply_w_id
| int32_t tpcc::OrderLine::supply_w_id |
◆ w_id
| int32_t tpcc::OrderLine::w_id |
The documentation for this struct was generated from the following file: