MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 > pool_size
 
uint64_t default_pool_size = k_default_pool_size
 
std::optional< uint64_t > max_heap_size
 

Member Data Documentation

◆ default_pool_size

uint64_t jit_executor::ServiceHandlerConfig::default_pool_size = k_default_pool_size

◆ 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

◆ module_files

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

◆ pool_size

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

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