MCPcopy Create free account
hub / github.com/apache/orc / invalidConversion

Function invalidConversion

c++/src/SchemaEvolution.cc:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 inline void invalidConversion(const Type* readType, const Type* fileType) {
42 throw SchemaEvolutionError("Cannot convert from " + fileType->toString() + " to " +
43 readType->toString());
44 }
45
46 struct EnumClassHash {
47 template <typename T>

Callers 1

buildConversionMethod · 0.85

Calls 2

toStringMethod · 0.45

Tested by

no test coverage detected