Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isLegacyCast
Method
isLegacyCast
bolt/core/QueryConfig.h:999–1001 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
997
}
998
999
bool isLegacyCast() const {
1000
return get<bool>(kLegacyCast, false);
1001
}
1002
1003
std::string isSparkLegacyCastComplexTypesToStringEnabled() const {
1004
return get<std::string>(
Callers
3
TEST_F
Function · 0.80
convert
Method · 0.80
PrestoCastHooks
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64