Uses of Interface
org.apache.druid.segment.CursorFactory
Packages that use CursorFactory
Package
Description
-
Uses of CursorFactory in org.apache.druid.frame.read
Methods in org.apache.druid.frame.read that return CursorFactoryModifier and TypeMethodDescriptionFrameReader.makeCursorFactory(Frame frame) Create aCursorFactoryfor the given frame. -
Uses of CursorFactory in org.apache.druid.frame.segment.columnar
Classes in org.apache.druid.frame.segment.columnar that implement CursorFactoryModifier and TypeClassDescriptionclassACursorFactoryimplementation 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 CursorFactoryModifier and TypeClassDescriptionclassACursorFactoryimplementation based on a single row-basedFrame. -
Uses of CursorFactory in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby with parameters of type CursorFactoryModifier and TypeMethodDescriptionGroupingEngine.process(GroupByQuery query, CursorFactory cursorFactory, TimeBoundaryInspector timeBoundaryInspector, NonBlockingPool<ByteBuffer> bufferPool, GroupByQueryMetrics groupByQueryMetrics) Process a groupBy query on a singleCursorFactory. -
Uses of CursorFactory in org.apache.druid.query.rowsandcols
Methods in org.apache.druid.query.rowsandcols that return CursorFactoryConstructors in org.apache.druid.query.rowsandcols with parameters of type CursorFactory -
Uses of CursorFactory in org.apache.druid.query.rowsandcols.concrete
Methods in org.apache.druid.query.rowsandcols.concrete that return CursorFactory -
Uses of CursorFactory in org.apache.druid.query.timeseries
Methods in org.apache.druid.query.timeseries with parameters of type CursorFactoryModifier and TypeMethodDescriptionTimeseriesQueryEngine.process(TimeseriesQuery query, CursorFactory cursorFactory, TimeBoundaryInspector timeBoundaryInspector, TimeseriesQueryMetrics timeseriesQueryMetrics) Run a single-segment, single-interval timeseries query on a particular adapter. -
Uses of CursorFactory in org.apache.druid.segment
Classes in org.apache.druid.segment that implement CursorFactoryModifier and TypeClassDescriptionclassclassclassA factory class for creatingCursorinstances with strict adherence toPolicyrestrictions.classRowBasedCursorFactory<RowType>classConstructors in org.apache.druid.segment with parameters of type CursorFactoryModifierConstructorDescriptionFilteredCursorFactory(CursorFactory delegate, DimFilter filter) RestrictedCursorFactory(CursorFactory delegate, Policy policy) UnnestCursorFactory(CursorFactory baseCursorFactory, VirtualColumn unnestColumn, DimFilter filter) -
Uses of CursorFactory in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental that implement CursorFactory -
Uses of CursorFactory in org.apache.druid.segment.join
Classes in org.apache.druid.segment.join that implement CursorFactoryConstructors in org.apache.druid.segment.join with parameters of type CursorFactoryModifierConstructorDescriptionHashJoinSegmentCursorFactory(CursorFactory baseCursorFactory, Filter baseFilter, List<JoinableClause> clauses, JoinFilterPreAnalysis joinFilterPreAnalysis)