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

Method set_use_threads

cpp/src/parquet/arrow/reader.cc:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 int num_row_groups() const override { return reader_->metadata()->num_row_groups(); }
363
364 void set_use_threads(bool use_threads) override {
365 reader_properties_.set_use_threads(use_threads);
366 }
367
368 void set_batch_size(int64_t batch_size) override {
369 reader_properties_.set_batch_size(batch_size);

Callers 2

DoSimpleRoundtripFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

DoSimpleRoundtripFunction · 0.36
TESTFunction · 0.36