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

Method Planner

be/src/benchmarks/expr-benchmark.cc:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80class Planner {
81 public:
82 Planner() : expr_perm_pool_(&tracker_), expr_results_pool_(&tracker_) {
83 frontend_.SetCatalogIsReady();
84 ABORT_IF_ERROR(exec_env_.InitForFeSupport());
85 query_options_.enable_expr_rewrites = false;
86 }
87
88 // Tell planner to enable/disable codegen on PrepareScalarExpression.
89 void EnableCodegen(bool enable) { query_options_.__set_disable_codegen(!enable); }

Callers

nothing calls this directly

Calls 2

InitForFeSupportMethod · 0.80
SetCatalogIsReadyMethod · 0.45

Tested by

no test coverage detected