![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <algorithm>#include <chrono>#include <memory>#include <mutex>#include <optional>#include <string>#include <thread>#include <tuple>#include <unordered_map>#include <utility>#include <vector>#include "mysqlrouter/jit_executor_context_handle.h"#include "mysqlrouter/jit_executor_plugin_export.h"#include "mysqlrouter/jit_executor_value.h"#include "mysqlrouter/polyglot_file_system.h"Go to the source code of this file.
Classes | |
| struct | jit_executor::GlobalConfig |
| struct | jit_executor::ServiceHandlerConfig |
| class | jit_executor::IServiceHandlers |
| Interface defining central location for the handlers associated to a database service. More... | |
| class | jit_executor::JitExecutorComponent |
| Registry of graal contexts to be used by each service. More... | |
Namespaces | |
| namespace | jit_executor |
Variables | |
| static const uint64_t | jit_executor::k_default_memory_units = 10 |