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

Method getErrorStream

c++/src/Writer.cc:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 std::ostream* WriterOptions::getErrorStream() const {
219 return privateBits_->errorStream;
220 }
221
222 bool WriterOptions::getEnableIndex() const {
223 return privateBits_->enableIndex;

Callers 3

checkOrcVersionMethod · 0.45
createReaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected