Uses of Enum
org.apache.druid.query.Order
Packages that use Order
Package
Description
-
Uses of Order in org.apache.druid.query
Methods in org.apache.druid.query that return OrderModifier and TypeMethodDescriptionstatic OrderOrder.fromString(String name) OrderBy.getOrder()static OrderReturns the enum constant of this type with the specified name.static Order[]Order.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.query with parameters of type OrderModifier and TypeMethodDescriptionstatic CursorGranularizerCursorGranularizer.create(Cursor cursor, TimeBoundaryInspector timeBoundaryInspector, Order timeOrder, Granularity granularity, org.joda.time.Interval queryInterval) Constructors in org.apache.druid.query with parameters of type Order -
Uses of Order in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return OrderModifier and TypeMethodDescriptionScanQuery.getTimeOrder()If this query is purely-time-ordered, returns a value of the enumOrder.Constructors in org.apache.druid.query.scan with parameters of type OrderModifierConstructorDescriptionScanQuery(DataSource dataSource, QuerySegmentSpec querySegmentSpec, VirtualColumns virtualColumns, ScanQuery.ResultFormat resultFormat, int batchSize, long scanRowsOffset, long scanRowsLimit, Order orderFromUser, List<OrderBy> orderBysFromUser, DimFilter dimFilter, List<String> columns, Map<String, Object> context, List<ColumnType> columnTypes) -
Uses of Order in org.apache.druid.query.vector
Methods in org.apache.druid.query.vector with parameters of type OrderModifier and TypeMethodDescriptionstatic VectorCursorGranularizerVectorCursorGranularizer.create(VectorCursor cursor, TimeBoundaryInspector timeBoundaryInspector, Order timeOrder, Granularity granularity, org.joda.time.Interval queryInterval) -
Uses of Order in org.apache.druid.segment
Methods in org.apache.druid.segment that return OrderModifier and TypeMethodDescriptiondefault OrderCursorHolder.getTimeOrder()IfCursorHolder.getOrdering()starts withColumnHolder.TIME_COLUMN_NAME, returns the time ordering; otherwise returnsNONE.static OrderCursors.getTimeOrdering(List<OrderBy> ordering) Return theOrderof theColumnHolder.TIME_COLUMN_NAME, based on aCursorHolder.getOrdering()orMetadata.getOrdering().Constructors in org.apache.druid.segment with parameters of type OrderModifierConstructorDescriptionQueryableIndexColumnSelectorFactory(VirtualColumns virtualColumns, Order timeOrder, ReadableOffset offset, ColumnSelector columnSelector) SingleScanTimeDimensionSelector(BaseLongColumnValueSelector selector, ExtractionFn extractionFn, Order timeOrder)