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

Method throwError

c++/src/Timezone.cc:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 FutureRuleImpl& output_;
340
341 void throwError(const char* msg) {
342 std::stringstream buffer;
343 buffer << msg << " at " << position_ << " in '" << ruleString_ << "'";
344 throw TimezoneError(buffer.str());
345 }
346
347 /**
348 * Parse the names of the form:

Callers

nothing calls this directly

Calls 1

TimezoneErrorClass · 0.85

Tested by

no test coverage detected