MCPcopy Index your code
hub / github.com/apache/orc / getMemoryPool

Method getMemoryPool

c++/src/Writer.cc:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 MemoryPool* WriterOptions::getMemoryPool() const {
210 return privateBits_->memoryPool;
211 }
212
213 WriterOptions& WriterOptions::setErrorStream(std::ostream& errStream) {
214 privateBits_->errorStream = &errStream;

Callers 9

ColumnReaderMethod · 0.45
loadStripeDictionariesFunction · 0.45
createReaderFunction · 0.45
WriterImplMethod · 0.45
createRowBatchMethod · 0.45
createStreamMethod · 0.45
ColumnWriterMethod · 0.45
FloatingColumnWriterMethod · 0.45
CharColumnWriterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected