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

Method getUseTightNumericVector

c++/src/Writer.cc:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 bool WriterOptions::getUseTightNumericVector() const {
283 return privateBits_->useTightNumericVector;
284 }
285
286 WriterOptions& WriterOptions::setOutputBufferCapacity(uint64_t capacity) {
287 privateBits_->outputBufferCapacity = capacity;

Callers 3

RowReaderImplMethod · 0.45
WriterImplMethod · 0.45
buildWriterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected