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

Method getStreamName

c++/src/Compression.cc:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 metrics(metrics) {}
477
478 std::string DecompressionStream::getStreamName() const {
479 return input->getName();
480 }
481
482 void DecompressionStream::readBuffer(bool failOnEof) {
483 SCOPED_MINUS_STOPWATCH(metrics, DecompressionLatencyUs);

Callers 2

TEST_PFunction · 0.80
TESTFunction · 0.80

Calls 1

getNameMethod · 0.65

Tested by 2

TEST_PFunction · 0.64
TESTFunction · 0.64