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

Method getIdReadIntentMap

c++/src/Options.hh:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 const RowReaderOptions::IdReadIntentMap RowReaderOptions::getIdReadIntentMap() const {
329 return privateBits_->idReadIntentMap;
330 }
331
332 RowReaderOptions& RowReaderOptions::setUseTightNumericVector(bool useTightNumericVector) {
333 privateBits_->useTightNumericVector = useTightNumericVector;

Callers 1

updateSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected