Struct ExecutionOptions¶
-
struct
ExecutionOptions
¶ Public Members
-
bool
output_columnar_hint
¶
-
bool
keep_result
¶
-
bool
allow_multifrag
¶
-
bool
just_explain
¶
-
bool
allow_loop_joins
¶
-
bool
with_watchdog
¶
-
bool
jit_debug
¶
-
bool
just_validate
¶
-
bool
with_dynamic_watchdog
¶
-
unsigned
dynamic_watchdog_time_limit
¶
-
bool
find_push_down_candidates
¶
-
bool
just_calcite_explain
¶
-
double
gpu_input_mem_limit_percent
¶
-
bool
allow_runtime_query_interrupt
¶
-
double
running_query_interrupt_freq
¶
-
unsigned
pending_query_interrupt_freq
¶
-
ExecutorType
executor_type
= ExecutorType::Native¶
-
std::vector<size_t>
outer_fragment_indices
= {}¶
Public Static Functions
-
static ExecutionOptions
defaults
()¶
-
bool