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

Function printVector

bolt/vector/VectorPrinter.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366} // namespace
367
368std::string printVector(const BaseVector& vector) {
369 SelectivityVector rows(vector.size());
370 return printVector(vector, rows);
371}
372
373std::string
374printVector(const BaseVector& vector, vector_size_t from, vector_size_t size) {

Callers 4

toPrettyStringMethod · 0.85
TEST_FFunction · 0.85
printGeneratedDataMethod · 0.85
verifyAggregationMethod · 0.85

Calls 11

createVectorPrinterFunction · 0.85
printTypeAndEncodingTreeFunction · 0.85
setValidRangeMethod · 0.80
updateBoundsMethod · 0.80
applyToSelectedMethod · 0.80
summarizeMethod · 0.80
strMethod · 0.80
minFunction · 0.50
sizeMethod · 0.45
toStringMethod · 0.45
printMethod · 0.45

Tested by 2

TEST_FFunction · 0.68
printGeneratedDataMethod · 0.68