MCPcopy Create free account
hub / github.com/bytedance/bolt / initialize

Method initialize

bolt/exec/Generator.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Generator::initialize() {
59 Operator::initialize();
60 if (!allExpr_.empty()) {
61 genExprs_ =
62 std::make_unique<ExprSet>(std::move(allExpr_), operatorCtx_->execCtx());
63 }
64}
65
66void Generator::preGen() {
67 int32_t channel = 0;

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
execCtxMethod · 0.45

Tested by

no test coverage detected