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

Function toString

bolt/exec/tests/utils/QueryAssertions.cpp:580–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580std::string toString(const MaterializedRow& row, const TypePtr& type) {
581 std::ostringstream oss;
582 printRow(row, type, oss);
583 return oss.str();
584}
585
586struct MaterializedRowEpsilonComparator {
587 public:

Callers 15

assertResultsOrderedFunction · 0.70
printResultsFunction · 0.70
addDynamicFilterMethod · 0.50
toJsonMethod · 0.50
spillMethod · 0.50
intermediateTypeMethod · 0.50
abortDataSinkMethod · 0.50
createMethod · 0.50

Calls 2

strMethod · 0.80
printRowFunction · 0.70

Tested by

no test coverage detected