Uses of Interface
org.apache.druid.segment.TimeBoundaryInspector
Packages that use TimeBoundaryInspector
Package
Description
-
Uses of TimeBoundaryInspector in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type TimeBoundaryInspectorModifier and TypeMethodDescriptionstatic CursorGranularizerCursorGranularizer.create(Cursor cursor, TimeBoundaryInspector timeBoundaryInspector, Order timeOrder, Granularity granularity, org.joda.time.Interval queryInterval) -
Uses of TimeBoundaryInspector in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby with parameters of type TimeBoundaryInspectorModifier and TypeMethodDescriptionGroupingEngine.process(GroupByQuery query, CursorFactory cursorFactory, TimeBoundaryInspector timeBoundaryInspector, NonBlockingPool<ByteBuffer> bufferPool, GroupByQueryMetrics groupByQueryMetrics) Process a groupBy query on a singleCursorFactory. -
Uses of TimeBoundaryInspector in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae with parameters of type TimeBoundaryInspectorModifier and TypeMethodDescriptionGroupByQueryEngine.process(GroupByQuery query, TimeBoundaryInspector timeBoundaryInspector, CursorHolder cursorHolder, CursorBuildSpec buildSpec, ByteBuffer processingBuffer, org.joda.time.DateTime fudgeTimestamp, GroupByQueryConfig querySpecificConfig, DruidProcessingConfig processingConfig) -
Uses of TimeBoundaryInspector in org.apache.druid.query.groupby.epinephelinae.vector
Methods in org.apache.druid.query.groupby.epinephelinae.vector with parameters of type TimeBoundaryInspectorModifier 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 TimeBoundaryInspector in org.apache.druid.query.timeseries
Methods in org.apache.druid.query.timeseries with parameters of type TimeBoundaryInspectorModifier 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 TimeBoundaryInspector in org.apache.druid.query.vector
Methods in org.apache.druid.query.vector with parameters of type TimeBoundaryInspectorModifier and TypeMethodDescriptionstatic VectorCursorGranularizerVectorCursorGranularizer.create(VectorCursor cursor, TimeBoundaryInspector timeBoundaryInspector, Order timeOrder, Granularity granularity, org.joda.time.Interval queryInterval) -
Uses of TimeBoundaryInspector in org.apache.druid.segment
Classes in org.apache.druid.segment that implement TimeBoundaryInspectorModifier and TypeClassDescriptionclassclassclassWrapper forTimeBoundaryInspectorused bySegmentimplementations that may filter out rows from an underlying segment, but do not modifyColumnHolder.TIME_COLUMN_NAME.Methods in org.apache.druid.segment with parameters of type TimeBoundaryInspectorModifier and TypeMethodDescriptionstatic WrappedTimeBoundaryInspectorWrappedTimeBoundaryInspector.create(TimeBoundaryInspector delegate) Constructors in org.apache.druid.segment with parameters of type TimeBoundaryInspectorModifierConstructorDescriptionQueryableIndexCursorFactory(QueryableIndex index, TimeBoundaryInspector timeBoundaryInspector) Constructor that accepts aQueryableIndexTimeBoundaryInspectorthat is in use elsewhere, promoting efficient re-use.QueryableIndexCursorHolder(QueryableIndex index, CursorBuildSpec cursorBuildSpec, TimeBoundaryInspector timeBoundaryInspector)