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

Method Pool

cpp/src/arrow/dataset/scanner.cc:982–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980}
981
982Status ScannerBuilder::Pool(MemoryPool* pool) {
983 scan_options_->pool = pool;
984 return Status::OK();
985}
986
987Status ScannerBuilder::FragmentScanOptions(
988 std::shared_ptr<dataset::FragmentScanOptions> fragment_scan_options) {

Calls 1

OKFunction · 0.50

Tested by 1