Struct CompilationOptions

struct CompilationOptions

Public Members

ExecutorDeviceType device_type
bool hoist_literals
ExecutorOptLevel opt_level
bool with_dynamic_watchdog
bool allow_lazy_fetch
bool filter_on_deleted_column = {true}
ExecutorExplainType explain_type = {ExecutorExplainType::Default}
bool register_intel_jit_listener = {false}

Public Static Functions

static CompilationOptions makeCpuOnly(const CompilationOptions &in)
static CompilationOptions defaults(const ExecutorDeviceType device_type = ExecutorDeviceType::GPU)