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

Function hasImplicitCastListToArray

src/function/vector_cast_functions.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static bool hasImplicitCastListToArray(const LogicalType& srcType, const LogicalType& dstType) {
201 return CastFunction::hasImplicitCast(ListType::getChildType(srcType),
202 ArrayType::getChildType(dstType));
203}
204
205static bool hasImplicitCastStruct(const LogicalType& srcType, const LogicalType& dstType) {
206 const auto& srcFields = StructType::getFields(srcType);

Callers 1

hasImplicitCastMethod · 0.85

Calls 1

getChildTypeFunction · 0.85

Tested by

no test coverage detected