Uses of Class
org.apache.druid.query.Order
-
Packages that use Order Package Description org.apache.druid.query org.apache.druid.query.scan org.apache.druid.query.vector org.apache.druid.segment -
-
Uses of Order in org.apache.druid.query
Methods in org.apache.druid.query that return Order Modifier and Type Method Description static Order
Order. fromString(String name)
Order
OrderBy. getOrder()
static Order
Order. valueOf(String name)
Returns 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 Order Modifier and Type Method Description static CursorGranularizer
CursorGranularizer. create(Cursor cursor, TimeBoundaryInspector timeBoundaryInspector, Order timeOrder, Granularity granularity, org.joda.time.Interval queryInterval)
Druids.ScanQueryBuilder
Druids.ScanQueryBuilder. order(Order order)
Constructors in org.apache.druid.query with parameters of type Order Constructor Description OrderBy(String columnName, Order order)
-
Uses of Order in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return Order Modifier and Type Method Description Order
ScanQuery. 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 Order Constructor Description ScanQuery(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 Order Modifier and Type Method Description static VectorCursorGranularizer
VectorCursorGranularizer. 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 Order Modifier and Type Method Description default Order
CursorHolder. getTimeOrder()
IfCursorHolder.getOrdering()
starts withColumnHolder.TIME_COLUMN_NAME
, returns the time ordering; otherwise returnsNONE
.static Order
Cursors. getTimeOrdering(List<OrderBy> ordering)
Return theOrder
of theColumnHolder.TIME_COLUMN_NAME
, based on aCursorHolder.getOrdering()
orMetadata.getOrdering()
.Constructors in org.apache.druid.segment with parameters of type Order Constructor Description QueryableIndexColumnSelectorFactory(VirtualColumns virtualColumns, Order timeOrder, ReadableOffset offset, ColumnCache columnCache)
SingleScanTimeDimensionSelector(BaseLongColumnValueSelector selector, ExtractionFn extractionFn, Order timeOrder)
-