MCPcopy Create free account
hub / github.com/bytedance/bolt / rowToBatchThreadNumber

Method rowToBatchThreadNumber

bolt/connectors/paimon/PaimonConfig.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39uint32_t PaimonConfig::rowToBatchThreadNumber() const {
40 return config_->get<uint32_t>(kRowToBatchThreadNum, 1);
41}
42
43// ---------------------------------------------------------------------------
44// Prefetch & I/O

Callers 2

PaimonDataSourceMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64