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

Method addInputVector

bolt/exec/OperatorStats.h:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 void addInputVector(uint64_t bytes, uint64_t positions) {
256 inputBytes += bytes;
257 inputPositions += positions;
258 inputVectors += 1;
259 }
260
261 void addOutputVector(uint64_t bytes, uint64_t positions) {
262 outputBytes += bytes;

Callers 5

nextMethod · 0.80
runInternalMethod · 0.80
getOutputMethod · 0.80
getOutputMethod · 0.80
getOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected