Class VirtualPlaceholderSegment

java.lang.Object
org.apache.druid.segment.RowBasedSegment<Row>
org.apache.druid.segment.loading.VirtualPlaceholderSegment
All Implemented Interfaces:
Closeable, AutoCloseable, Segment

public class VirtualPlaceholderSegment extends RowBasedSegment<Row>
Empty segment with nothing but a time column, used when SegmentLoaderConfig.isVirtualStorage() is true to create synthetic segments for SegmentMetadataQuery so to not force download of segments from deep storage when computing the SQL schema.