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

Function deserializeType

bolt/functions/remote/server/RemoteFunctionService.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46TypePtr deserializeType(const std::string& input) {
47 // Use hive type parser/serializer.
48 return type::fbhive::HiveTypeParser().parse(input);
49}
50
51RowTypePtr deserializeArgTypes(const std::vector<std::string>& argTypes) {
52 const size_t argCount = argTypes.size();

Callers 2

deserializeArgTypesFunction · 0.70
invokeFunctionMethod · 0.70

Calls 2

HiveTypeParserClass · 0.85
parseMethod · 0.45

Tested by

no test coverage detected