MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / parseUnionType

Function parseUnionType

src/common/types/types.cpp:1420–1422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420LogicalType parseUnionType(const std::string& trimmedStr, main::ClientContext* context) {
1421 return LogicalType::UNION(parseStructTypeInfo(trimmedStr, context, "UNION"));
1422}
1423
1424LogicalType parseDecimalType(const std::string& trimmedStr) {
1425 auto leftBracketPos = trimmedStr.find_last_of('(');

Callers 2

isBuiltInTypeMethod · 0.85
convertFromStringMethod · 0.85

Calls 1

parseStructTypeInfoFunction · 0.85

Tested by

no test coverage detected