CCF
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tpcc::History Struct Reference

#include <tpcc_tables.h>

Classes

struct  Key
 

Public Member Functions

Key get_key ()
 

Public Attributes

int32_t c_id
 
int32_t c_d_id
 
int32_t c_w_id
 
int32_t d_id
 
int32_t w_id
 
float amount
 
std::array< char, DATETIME_SIZE+1 > date = {0}
 
std::array< char, MAX_DATA+1 > data = {0}
 

Static Public Attributes

static const int MIN_DATA = 12
 
static const int MAX_DATA = 24
 
static constexpr float INITIAL_AMOUNT = 10.00f
 

Member Function Documentation

◆ get_key()

Key tpcc::History::get_key ( )
inline

Member Data Documentation

◆ amount

float tpcc::History::amount

◆ c_d_id

int32_t tpcc::History::c_d_id

◆ c_id

int32_t tpcc::History::c_id

◆ c_w_id

int32_t tpcc::History::c_w_id

◆ d_id

int32_t tpcc::History::d_id

◆ data

std::array<char, MAX_DATA + 1> tpcc::History::data = {0}

◆ date

std::array<char, DATETIME_SIZE + 1> tpcc::History::date = {0}

◆ INITIAL_AMOUNT

constexpr float tpcc::History::INITIAL_AMOUNT = 10.00f
staticconstexpr

◆ MAX_DATA

const int tpcc::History::MAX_DATA = 24
static

◆ MIN_DATA

const int tpcc::History::MIN_DATA = 12
static

◆ w_id

int32_t tpcc::History::w_id

The documentation for this struct was generated from the following file: