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

Method set_use_threads

cpp/src/parquet/properties.h:1416–1419  ·  view source on GitHub ↗

\brief Set whether to use multiple threads to write columns in parallel in the buffered row group mode. WARNING: If writing multiple files in parallel in the same executor, deadlock may occur if use_threads is true. Please disable it in this case. Default is false.

Source from the content-addressed store, hash-verified

1414 ///
1415 /// Default is false.
1416 Builder* set_use_threads(bool use_threads) {
1417 use_threads_ = use_threads;
1418 return this;
1419 }
1420
1421 /// \brief Set the executor to write columns in parallel in the
1422 /// buffered row group mode.

Callers 7

ParquetReadFunction · 0.45
UpdateRowLengthsMethod · 0.45
TESTFunction · 0.45
WriteArrowDictionaryMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36