Uses of Interface
org.apache.druid.segment.CursorHolder
Packages that use CursorHolder
Package
Description
-
Uses of CursorHolder in org.apache.druid.frame.segment.columnar
Methods in org.apache.druid.frame.segment.columnar that return CursorHolderModifier and TypeMethodDescriptionColumnarFrameCursorFactory.makeCursorHolder(CursorBuildSpec spec) -
Uses of CursorHolder in org.apache.druid.frame.segment.row
Methods in org.apache.druid.frame.segment.row that return CursorHolder -
Uses of CursorHolder in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae with parameters of type CursorHolderModifier and TypeMethodDescriptionGroupByQueryEngine.process(GroupByQuery query, TimeBoundaryInspector timeBoundaryInspector, CursorHolder cursorHolder, CursorBuildSpec buildSpec, ByteBuffer processingBuffer, org.joda.time.DateTime fudgeTimestamp, GroupByQueryConfig querySpecificConfig, DruidProcessingConfig processingConfig) -
Uses of CursorHolder in org.apache.druid.query.groupby.epinephelinae.vector
Methods in org.apache.druid.query.groupby.epinephelinae.vector with parameters of type CursorHolderModifier and TypeMethodDescriptionVectorGroupByEngine.process(GroupByQuery query, TimeBoundaryInspector timeBoundaryInspector, CursorHolder cursorHolder, ByteBuffer processingBuffer, org.joda.time.DateTime fudgeTimestamp, org.joda.time.Interval interval, GroupByQueryConfig config, DruidProcessingConfig processingConfig) -
Uses of CursorHolder in org.apache.druid.segment
Classes in org.apache.druid.segment that implement CursorHolderMethods in org.apache.druid.segment that return CursorHolderModifier and TypeMethodDescriptionCursorFactory.makeCursorHolder(CursorBuildSpec spec) Creates aCursorHolderfor a givenCursorBuildSpecwhich describes how the reader is going to scan, filter, transform, group and aggregate, and/or order the data.FilteredCursorFactory.makeCursorHolder(CursorBuildSpec spec) QueryableIndexCursorFactory.makeCursorHolder(CursorBuildSpec spec) RestrictedCursorFactory.makeCursorHolder(CursorBuildSpec spec) RowBasedCursorFactory.makeCursorHolder(CursorBuildSpec spec) UnnestCursorFactory.makeCursorHolder(CursorBuildSpec spec) -
Uses of CursorHolder in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental that implement CursorHolderMethods in org.apache.druid.segment.incremental that return CursorHolderModifier and TypeMethodDescriptionIncrementalIndexCursorFactory.makeCursorHolder(CursorBuildSpec spec) -
Uses of CursorHolder in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return CursorHolderModifier and TypeMethodDescriptionHashJoinSegmentCursorFactory.makeCursorHolder(CursorBuildSpec spec)