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

#include <tpcc_tables.h>

Classes

union  DistributeKey
 

Static Public Attributes

static TpccMap< Stock::Key, Stockstocks
 
static TpccMap< Warehouse::Key, Warehousewarehouses
 
static TpccMap< District::Key, Districtdistricts
 
static TpccMap< History::Key, Historyhistories
 
static std::unordered_map< uint64_t, TpccMap< Customer::Key, Customer > > customers
 
static std::unordered_map< uint64_t, TpccMap< Order::Key, Order > > orders
 
static TpccMap< OrderLine::Key, OrderLineorder_lines
 
static std::unordered_map< uint64_t, TpccMap< NewOrder::Key, NewOrder > > new_orders
 
static TpccMap< Item::Key, Itemitems
 

Member Data Documentation

◆ customers

std::unordered_map< uint64_t, tpcc::TpccMap< tpcc::Customer::Key, tpcc::Customer > > tpcc::TpccTables::customers
static

◆ districts

tpcc::TpccMap< tpcc::District::Key, tpcc::District > tpcc::TpccTables::districts
static

◆ histories

tpcc::TpccMap< tpcc::History::Key, tpcc::History > tpcc::TpccTables::histories
static

◆ items

tpcc::TpccMap< tpcc::Item::Key, tpcc::Item > tpcc::TpccTables::items
static

◆ new_orders

std::unordered_map< uint64_t, tpcc::TpccMap< tpcc::NewOrder::Key, tpcc::NewOrder > > tpcc::TpccTables::new_orders
static

◆ order_lines

tpcc::TpccMap< tpcc::OrderLine::Key, tpcc::OrderLine > tpcc::TpccTables::order_lines
static

◆ orders

std::unordered_map< uint64_t, tpcc::TpccMap< tpcc::Order::Key, tpcc::Order > > tpcc::TpccTables::orders
static

◆ stocks

tpcc::TpccMap< tpcc::Stock::Key, tpcc::Stock > tpcc::TpccTables::stocks
static

◆ warehouses

tpcc::TpccMap< tpcc::Warehouse::Key, tpcc::Warehouse > tpcc::TpccTables::warehouses
static

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