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

Method summarizeNonNull

bolt/vector/VectorPrinter.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 std::string summarizeNonNull(vector_size_t index) const override {
225 auto* base = decoded_.base();
226 auto baseIndex = decoded_.index(index);
227 return fmt::format(
228 "{} size: {}",
229 base->type()->toString(),
230 base->as<MapVector>()->sizeAt(baseIndex));
231 }
232};
233
234class RowVectorPrinter : public VectorPrinter {

Callers

nothing calls this directly

Calls 5

sizeAtMethod · 0.80
baseMethod · 0.45
indexMethod · 0.45
toStringMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected