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

Function isSemanticallyNested

src/common/types/types.cpp:1741–1743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1739}
1740
1741static inline bool isSemanticallyNested(LogicalTypeID ID) {
1742 return LogicalTypeUtils::isNested(ID);
1743}
1744
1745static inline bool tryCombineDecimalTypes(const LogicalType& left, const LogicalType& right,
1746 LogicalType& result) {

Callers 2

tryGetMaxLogicalTypeMethod · 0.85
combineTypesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected