Uses of Class
org.apache.druid.query.scan.ScanQuery.Order
-
Packages that use ScanQuery.Order Package Description org.apache.druid.query org.apache.druid.query.scan -
-
Uses of ScanQuery.Order in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type ScanQuery.Order Modifier and Type Method Description Druids.ScanQueryBuilderDruids.ScanQueryBuilder. order(ScanQuery.Order order) -
Uses of ScanQuery.Order in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return ScanQuery.Order Modifier and Type Method Description static ScanQuery.OrderScanQuery.Order. fromString(String name)ScanQuery.OrderScanQuery.OrderBy. getOrder()ScanQuery.OrderScanQuery. getTimeOrder()If this query is purely-time-ordered, returns a value of the enumScanQuery.Order.static ScanQuery.OrderScanQuery.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanQuery.Order[]ScanQuery.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.query.scan with parameters of type ScanQuery.Order Constructor Description OrderBy(String columnName, ScanQuery.Order order)ScanQuery(DataSource dataSource, QuerySegmentSpec querySegmentSpec, VirtualColumns virtualColumns, ScanQuery.ResultFormat resultFormat, int batchSize, long scanRowsOffset, long scanRowsLimit, ScanQuery.Order orderFromUser, List<ScanQuery.OrderBy> orderBysFromUser, DimFilter dimFilter, List<String> columns, Boolean legacy, Map<String,Object> context, List<ColumnType> columnTypes)
-