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

Method summarizeNonNull

bolt/vector/VectorPrinter.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 std::string summarizeNonNull(vector_size_t /* index */) const override {
262 return decoded_.base()->type()->toString();
263 }
264};
265
266std::unique_ptr<VectorPrinter> createVectorPrinter(const BaseVector& vector) {

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.45
typeMethod · 0.45
baseMethod · 0.45

Tested by

no test coverage detected