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

Function hasImplicitCastArrayToList

src/function/vector_cast_functions.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static bool hasImplicitCastArrayToList(const LogicalType& srcType, const LogicalType& dstType) {
196 return CastFunction::hasImplicitCast(ArrayType::getChildType(srcType),
197 ListType::getChildType(dstType));
198}
199
200static bool hasImplicitCastListToArray(const LogicalType& srcType, const LogicalType& dstType) {
201 return CastFunction::hasImplicitCast(ListType::getChildType(srcType),

Callers 1

hasImplicitCastMethod · 0.85

Calls 1

getChildTypeFunction · 0.85

Tested by

no test coverage detected