MCPcopy Create free account
hub / github.com/apache/arrow / SelectNames

Method SelectNames

cpp/src/arrow/adapters/orc/adapter.cc:449–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 }
448
449 Status SelectNames(liborc::RowReaderOptions* opts,
450 const std::vector<std::string>& include_names) {
451 std::list<std::string> include_names_list(include_names.begin(), include_names.end());
452 opts->include(include_names_list);
453 return Status::OK();
454 }
455
456 Result<std::shared_ptr<Table>> ReadTable(const liborc::RowReaderOptions& row_opts,
457 const std::shared_ptr<Schema>& schema) {

Callers

nothing calls this directly

Calls 3

OKFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected