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

Method getName

c++/src/io/OutputStream.cc:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 std::string BufferedOutputStream::getName() const {
81 std::ostringstream result;
82 result << "BufferedOutputStream " << dataBuffer_->size() << " of " << dataBuffer_->capacity();
83 return result.str();
84 }
85
86 uint64_t BufferedOutputStream::getSize() const {
87 return dataBuffer_->size();

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.65
capacityMethod · 0.45

Tested by

no test coverage detected