SpillRecordWriterTSpillOutput Method |
Namespace: Ookii.Jumbo.Jet.Channels
Implementers should call the WritePartition(Int32, Stream) method to write each spill partition to their output.
It is not guaranteed that the finalSpill parameter will ever be . If data was flushed by a background spill and no further data was written into the buffer before FinishWriting is called, then this method is never called with finalSpill set to . If you need to perform extra work after the final spill, override the FinishWriting method instead.