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

Method UseThreads

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

Source from the content-addressed store, hash-verified

944}
945
946Status ScannerBuilder::UseThreads(bool use_threads) {
947 scan_options_->use_threads = use_threads;
948 return Status::OK();
949}
950
951Status ScannerBuilder::CacheMetadata(bool cache_metadata) {
952 scan_options_->cache_metadata = cache_metadata;

Callers 12

TEST_FFunction · 0.45
SetUpMethod · 0.45
ReadDatasetMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
BatchesMethod · 0.45
MakeScannerMethod · 0.45
TestCacheMetadataMethod · 0.45
TEST_PFunction · 0.45
MakeScannerMethod · 0.45
GetScannerFromDatasetFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by 10

TEST_FFunction · 0.36
SetUpMethod · 0.36
ReadDatasetMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
BatchesMethod · 0.36
MakeScannerMethod · 0.36
TestCacheMetadataMethod · 0.36
TEST_PFunction · 0.36
MakeScannerMethod · 0.36