![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <jit_executor_component.h>
Public Attributes | |
| std::shared_ptr< shcore::polyglot::IFile_system > | fs |
| std::vector< std::string > | module_files |
| shcore::Dictionary_t | globals |
| std::optional< uint64_t > | memory_units |
| std::optional< uint64_t > | max_heap_size |
| std::shared_ptr<shcore::polyglot::IFile_system> jit_executor::ServiceHandlerConfig::fs |
| shcore::Dictionary_t jit_executor::ServiceHandlerConfig::globals |
| std::optional<uint64_t> jit_executor::ServiceHandlerConfig::max_heap_size |
| std::optional<uint64_t> jit_executor::ServiceHandlerConfig::memory_units |
| std::vector<std::string> jit_executor::ServiceHandlerConfig::module_files |