Uses of Interface
org.apache.druid.segment.CursorFactory
-
-
Uses of CursorFactory in org.apache.druid.frame.read
Methods in org.apache.druid.frame.read that return CursorFactory Modifier and Type Method Description CursorFactoryFrameReader. makeCursorFactory(Frame frame)Create aCursorFactoryfor the given frame. -
Uses of CursorFactory in org.apache.druid.frame.segment
Classes in org.apache.druid.frame.segment that implement CursorFactory Modifier and Type Class Description classFrameStorageAdapterAStorageAdapterimplementation based on a singleFrame. -
Uses of CursorFactory in org.apache.druid.frame.segment.columnar
Classes in org.apache.druid.frame.segment.columnar that implement CursorFactory Modifier and Type Class Description classFrameCursorFactoryACursorFactoryimplementation based on a single columnarFrame. -
Uses of CursorFactory in org.apache.druid.frame.segment.row
Classes in org.apache.druid.frame.segment.row that implement CursorFactory Modifier and Type Class Description classFrameCursorFactoryACursorFactoryimplementation based on a single row-basedFrame. -
Uses of CursorFactory in org.apache.druid.segment
Subinterfaces of CursorFactory in org.apache.druid.segment Modifier and Type Interface Description interfaceStorageAdapterClasses in org.apache.druid.segment that implement CursorFactory Modifier and Type Class Description classFilteredStorageAdapterclassQueryableIndexStorageAdapterclassRowBasedStorageAdapter<RowType>AStorageAdapterthat is based on a stream of objects.classUnnestStorageAdapterThis class serves as the Storage Adapter for the Unnest Segment and is responsible for creating the cursors If the column is dictionary encoded it createsUnnestDimensionCursorelseUnnestColumnValueSelectorCursorThese cursors help navigate the segments for these cases -
Uses of CursorFactory in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental that implement CursorFactory Modifier and Type Class Description classIncrementalIndexStorageAdapter -
Uses of CursorFactory in org.apache.druid.segment.join
Classes in org.apache.druid.segment.join that implement CursorFactory Modifier and Type Class Description classHashJoinSegmentStorageAdapter
-