MCPcopy 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_FFunction · 0.80
convertMethod · 0.80
PrestoCastHooksMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64