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

Class SchemaEvolutionError

c++/include/orc/Exceptions.hh:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 };
61
62 class SchemaEvolutionError : public std::logic_error {
63 public:
64 explicit SchemaEvolutionError(const std::string& whatArg);
65 explicit SchemaEvolutionError(const char* whatArg);
66 virtual ~SchemaEvolutionError() noexcept override;
67 SchemaEvolutionError(const SchemaEvolutionError&);
68 SchemaEvolutionError& operator=(const SchemaEvolutionError&) = delete;
69 };
70
71 class CompressionError : public std::runtime_error {
72 public:

Callers 9

invalidConversionFunction · 0.85
buildConversionMethod · 0.85
createRowBatchMethod · 0.85
handleOverflowFunction · 0.85
convertToStrBufferMethod · 0.85
convertToStrBufferMethod · 0.85
buildConvertReaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected