Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestRoundTrip
Method · 0.45
genRowVector
Method · 0.45
testHasGeneric
Method · 0.45
evaluateAndPrintResults
Function · 0.45
saveResults
Function · 0.45
run
Method · 0.45
testToSql
Method · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected