| 55 | } |
| 56 | |
| 57 | int64_t StreamingAggregation::outputBatchByteSize() const { |
| 58 | const auto& queryConfig = |
| 59 | this->operatorCtx()->task()->queryCtx()->queryConfig(); |
| 60 | return queryConfig.preferredOutputBatchBytes(); |
| 61 | } |
| 62 | |
| 63 | void StreamingAggregation::initialize() { |
| 64 | Operator::initialize(); |
nothing calls this directly
no test coverage detected