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

Class NotImplementedYet

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

Source from the content-addressed store, hash-verified

27namespace orc {
28
29 class NotImplementedYet : public std::logic_error {
30 public:
31 explicit NotImplementedYet(const std::string& whatArg);
32 explicit NotImplementedYet(const char* whatArg);
33 ~NotImplementedYet() noexcept override;
34 NotImplementedYet(const NotImplementedYet&);
35
36 private:
37 NotImplementedYet& operator=(const NotImplementedYet&);
38 };
39
40 class ParseError : public std::runtime_error {
41 public:

Callers 15

buildReaderFunction · 0.85
getRowIndexStatisticsMethod · 0.85
createRleEncoderFunction · 0.85
createRleDecoderFunction · 0.85
writeValuesMethod · 0.85
buildWriterFunction · 0.85
createDecompressorFunction · 0.85
toStringMethod · 0.85
createRowBatchMethod · 0.85
convertTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected