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

Method outputBatchByteSize

bolt/exec/StreamingAggregation.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

queryCtxMethod · 0.80
taskMethod · 0.80
operatorCtxMethod · 0.80

Tested by

no test coverage detected