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

Method summarize

bolt/vector/VectorPrinter.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual ~VectorPrinter() = default;
61
62 std::string summarize(vector_size_t index) const {
63 if (decoded_.isNullAt(index)) {
64 return fmt::format("{} <null>", decoded_.base()->type()->toString());
65 }
66
67 return summarizeNonNull(index);
68 }
69
70 std::string print(vector_size_t index, const std::string& indent) const {
71 if (decoded_.isNullAt(index)) {

Callers 4

printNonNullMethod · 0.80
printNonNullMethod · 0.80
printNonNullMethod · 0.80
printVectorFunction · 0.80

Calls 4

isNullAtMethod · 0.45
toStringMethod · 0.45
typeMethod · 0.45
baseMethod · 0.45

Tested by

no test coverage detected