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