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

Method getWriterMetrics

c++/src/Writer.cc:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 WriterMetrics* WriterOptions::getWriterMetrics() const {
269 return privateBits_->metrics;
270 }
271
272 WriterOptions& WriterOptions::setWriterMetrics(WriterMetrics* metrics) {
273 privateBits_->metrics = metrics;

Callers 4

WriterImplMethod · 0.80
initMethod · 0.80
writePostscriptMethod · 0.80
createStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected