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

Method getEnableDictionary

c++/src/Writer.cc:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 bool WriterOptions::getEnableDictionary() const {
227 return privateBits_->dictionaryKeySizeThreshold > 0.0;
228 }
229
230 WriterOptions& WriterOptions::setColumnsUseBloomFilter(const std::set<uint64_t>& columns) {
231 privateBits_->columnsUseBloomFilter = columns;

Callers 1

StringColumnWriterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected