Class CompleteSegment

java.lang.Object
org.apache.druid.segment.CompleteSegment
All Implemented Interfaces:
Closeable, AutoCloseable

public class CompleteSegment extends Object implements Closeable
Contains the DataSegment and Segment. The datasegment could be null if the segment is a dummy, such as those created by
invalid reference
org.apache.druid.msq.input.inline.InlineInputSliceReader
.