MySQL 9.4.0
Source Code Documentation
jit_executor::ServiceHandlerConfig Struct Reference

#include <jit_executor_component.h>

Public Attributes

std::shared_ptr< shcore::polyglot::IFile_systemfs
 
std::vector< std::string > module_files
 
shcore::Dictionary_t globals
 
std::optional< uint64_t > memory_units
 
std::optional< uint64_t > max_heap_size
 

Member Data Documentation

◆ fs

std::shared_ptr<shcore::polyglot::IFile_system> jit_executor::ServiceHandlerConfig::fs

◆ globals

shcore::Dictionary_t jit_executor::ServiceHandlerConfig::globals

◆ max_heap_size

std::optional<uint64_t> jit_executor::ServiceHandlerConfig::max_heap_size

◆ memory_units

std::optional<uint64_t> jit_executor::ServiceHandlerConfig::memory_units

◆ module_files

std::vector<std::string> jit_executor::ServiceHandlerConfig::module_files

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