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

Method ArrayVectorPrinter

bolt/vector/VectorPrinter.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126class ArrayVectorPrinter : public VectorPrinter {
127 public:
128 explicit ArrayVectorPrinter(const BaseVector& vector)
129 : VectorPrinter(vector) {
130 auto* arrayVector = decoded_.base()->as<ArrayVector>();
131 children_.emplace_back(createVectorPrinter(*arrayVector->elements()));
132 }
133
134 protected:
135 std::string printNonNull(vector_size_t index, const std::string& indent)

Callers

nothing calls this directly

Calls 2

createVectorPrinterFunction · 0.85
baseMethod · 0.45

Tested by

no test coverage detected