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

Method print

c++/src/Timezone.cc:292–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 void FutureRuleImpl::print(std::ostream& out) const {
293 if (isDefined()) {
294 out << " Future rule: " << ruleString_ << "\n";
295 out << " standard " << standard_.toString() << "\n";
296 if (hasDst_) {
297 out << " dst " << dst_.toString() << "\n";
298 out << " start " << start_.toString() << "\n";
299 out << " end " << end_.toString() << "\n";
300 }
301 }
302 }
303
304 /**
305 * A parser for the future rule strings.

Callers 3

printFileFunction · 0.45
stringifyRuleFunction · 0.45
printMethod · 0.45

Calls 2

sizeMethod · 0.65
toStringMethod · 0.45

Tested by 1

stringifyRuleFunction · 0.36