|
Lbug C++ API
|
#include <array>#include <cstdint>#include <string_view>#include "array_utils.h"#include "types.h"Go to the source code of this file.
Classes | |
| struct | lbug::common::InternalKeyword |
| struct | lbug::common::BufferPoolConstants |
| struct | lbug::common::StorageConstants |
| struct | lbug::common::TableOptionConstants |
| struct | lbug::common::HashIndexConstants |
| struct | lbug::common::CopyConstants |
| struct | lbug::common::PlannerKnobs |
| struct | lbug::common::OrderByConstants |
| struct | lbug::common::ParquetConstants |
| struct | lbug::common::ExportCSVConstants |
| struct | lbug::common::PortDBConstants |
| struct | lbug::common::WarningConstants |
Namespaces | |
| namespace | lbug |
| namespace | lbug::common |
Enumerations | |
| enum | lbug::common::PageSizeClass : uint8_t { lbug::common::REGULAR_PAGE = 0 , lbug::common::TEMP_PAGE = 1 } |
Variables | |
| const char * | lbug::common::LBUG_VERSION |
| constexpr double | lbug::common::DEFAULT_HT_LOAD_FACTOR = 1.5 |
| constexpr uint64_t | lbug::common::THREAD_SLEEP_TIME_WHEN_WAITING_IN_MICROS = 500 |
| constexpr uint64_t | lbug::common::DEFAULT_CHECKPOINT_WAIT_TIMEOUT_IN_MICROS = 5000000 |
| constexpr uint64_t | lbug::common::CHUNK_RESIZE_RATIO = 2 |
| constexpr auto | lbug::common::DECIMAL_PRECISION_LIMIT = 38 |