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

Function parseFutureRule

c++/src/Timezone.cc:471–475  ·  view source on GitHub ↗

* Parse the POSIX TZ string. */

Source from the content-addressed store, hash-verified

469 * Parse the POSIX TZ string.
470 */
471 std::shared_ptr<FutureRule> parseFutureRule(const std::string& ruleString) {
472 auto result = std::make_shared<FutureRuleImpl>();
473 FutureRuleParser parser(ruleString, dynamic_cast<FutureRuleImpl*>(result.get()));
474 return result;
475 }
476
477 std::string TimezoneVariant::toString() const {
478 std::stringstream buffer;

Callers 3

stringifyRuleFunction · 0.85
TESTFunction · 0.85
parseZoneFileMethod · 0.85

Calls 1

getMethod · 0.45

Tested by 2

stringifyRuleFunction · 0.68
TESTFunction · 0.68