Uses of Class
org.apache.druid.query.scan.ScanQuery.ResultFormat
-
Packages that use ScanQuery.ResultFormat Package Description org.apache.druid.query org.apache.druid.query.scan -
-
Uses of ScanQuery.ResultFormat in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type ScanQuery.ResultFormat Modifier and Type Method Description Druids.ScanQueryBuilderDruids.ScanQueryBuilder. resultFormat(ScanQuery.ResultFormat r) -
Uses of ScanQuery.ResultFormat in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return ScanQuery.ResultFormat Modifier and Type Method Description static ScanQuery.ResultFormatScanQuery.ResultFormat. fromString(String name)ScanQuery.ResultFormatScanQuery. getResultFormat()static ScanQuery.ResultFormatScanQuery.ResultFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanQuery.ResultFormat[]ScanQuery.ResultFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.query.scan with parameters of type ScanQuery.ResultFormat Modifier and Type Method Description longScanResultValue. getFirstEventTimestamp(ScanQuery.ResultFormat resultFormat)Constructors in org.apache.druid.query.scan with parameters of type ScanQuery.ResultFormat 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)
-