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

Method getSearchArgument

c++/src/Options.hh:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 std::shared_ptr<SearchArgument> RowReaderOptions::getSearchArgument() const {
316 return privateBits_->sargs;
317 }
318
319 RowReaderOptions& RowReaderOptions::setTimezoneName(const std::string& zoneName) {
320 privateBits_->readerTimezone = zoneName;

Callers 2

RowReaderImplMethod · 0.45
createRowReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected