| 875 | } |
| 876 | |
| 877 | uint64_t joinSpillMemoryThreshold() const { |
| 878 | static constexpr uint64_t kDefault = 0; |
| 879 | return get<uint64_t>(kJoinSpillMemoryThreshold, kDefault); |
| 880 | } |
| 881 | |
| 882 | uint64_t orderBySpillMemoryThreshold() const { |
| 883 | static constexpr uint64_t kDefault = 0; |