MCPcopy Create free account
hub / github.com/apache/impala / CodegenDisabledByQueryOption

Method CodegenDisabledByQueryOption

be/src/runtime/fragment-state.h:153–155  ·  view source on GitHub ↗

Returns true if codegen is disabled by query option.

Source from the content-addressed store, hash-verified

151
152 /// Returns true if codegen is disabled by query option.
153 inline bool CodegenDisabledByQueryOption() const {
154 return query_options().disable_codegen;
155 }
156
157 /// Returns true if codegen should be enabled for this fragment. Codegen is enabled
158 /// if all the following conditions hold:

Callers 2

ShouldCodegenMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected