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