We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e980482 commit 65ca891Copy full SHA for 65ca891
1 file changed
src/paimon/core/mergetree/external_sort_buffer.h
@@ -65,7 +65,6 @@ class ExternalSortBuffer : public SortBuffer {
65
private:
66
void DoClear();
67
bool HasSpilledData() const;
68
- std::vector<FileIOChannel::ID> GetSpillChannelIdsSnapshot() const;
69
Result<std::vector<std::unique_ptr<KeyValueRecordReader>>> CollectSpillReaders() const;
70
Result<int64_t> SpillToDisk(std::vector<std::unique_ptr<KeyValueRecordReader>>&& readers,
71
int32_t write_batch_size);
0 commit comments