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

Function hasImplicitCastList

src/function/vector_cast_functions.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static bool hasImplicitCastList(const LogicalType& srcType, const LogicalType& dstType) {
183 return CastFunction::hasImplicitCast(ListType::getChildType(srcType),
184 ListType::getChildType(dstType));
185}
186
187static bool hasImplicitCastArray(const LogicalType& srcType, const LogicalType& dstType) {
188 if (ArrayType::getNumElements(srcType) != ArrayType::getNumElements(dstType)) {

Callers 1

hasImplicitCastMethod · 0.85

Calls 1

getChildTypeFunction · 0.85

Tested by

no test coverage detected