| 944 | static constexpr uint64_t kDefault = 12UL << 20; |
| 945 | return get<uint64_t>(kMaxSpillRunRows, kDefault); |
| 946 | } |
| 947 | |
| 948 | uint64_t maxSpillBytes() const; |
| 949 | |
| 950 | /// Returns the maximum number of bytes to buffer in PartitionedOutput |
| 951 | /// operator to avoid creating tiny SerializedPages. |
| 952 | /// |
no outgoing calls
no test coverage detected