#include <tpcc_tables.h>
|
| static TpccMap< Stock::Key, Stock > | stocks |
| |
| static TpccMap< Warehouse::Key, Warehouse > | warehouses |
| |
| static TpccMap< District::Key, District > | districts |
| |
| static TpccMap< History::Key, History > | histories |
| |
| 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, OrderLine > | order_lines |
| |
| static std::unordered_map< uint64_t, TpccMap< NewOrder::Key, NewOrder > > | new_orders |
| |
| static TpccMap< Item::Key, Item > | items |
| |
◆ customers
◆ districts
◆ histories
◆ items
◆ new_orders
◆ order_lines
◆ orders
◆ stocks
◆ warehouses
The documentation for this struct was generated from the following files: