Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
std::unique_ptr<VectorPrinter> createVectorPrinter(const BaseVector& vector) {
Callers
nothing calls this directly
Calls
3
toString
Method · 0.45
type
Method · 0.45
base
Method · 0.45
Tested by
no test coverage detected