| 880 | } |
| 881 | |
| 882 | uint64_t orderBySpillMemoryThreshold() const { |
| 883 | static constexpr uint64_t kDefault = 0; |
| 884 | return get<uint64_t>(kOrderBySpillMemoryThreshold, kDefault); |
| 885 | } |
| 886 | |
| 887 | uint64_t spillLowCompressByteThreshold() const { |
| 888 | static constexpr uint64_t kDefault = 4UL << 30; |