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

Method toString

bolt/expression/tests/CustomTypeTest.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 std::string toString() const override {
61 return name();
62 }
63
64 const char* name() const override {
65 return "fancy_int";

Callers 15

TestRoundTripMethod · 0.45
genRowVectorMethod · 0.45
testHasGenericMethod · 0.45
evaluateAndPrintResultsFunction · 0.45
saveResultsFunction · 0.45
runMethod · 0.45
testToSqlMethod · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected