Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DecimalHive11ColumnReader
Method · 0.45
checkOrcVersion
Method · 0.45
createReader
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected