Uses of Enum Class
org.apache.druid.query.scan.ScanQuery.ResultFormat
Packages that use ScanQuery.ResultFormat
-
Uses of ScanQuery.ResultFormat in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type ScanQuery.ResultFormat -
Uses of ScanQuery.ResultFormat in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return ScanQuery.ResultFormatModifier and TypeMethodDescriptionstatic ScanQuery.ResultFormatScanQuery.ResultFormat.fromString(String name) ScanQuery.getResultFormat()static ScanQuery.ResultFormatReturns the enum constant of this class with the specified name.static ScanQuery.ResultFormat[]ScanQuery.ResultFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.query.scan with parameters of type ScanQuery.ResultFormatModifier and TypeMethodDescriptionlongScanResultValue.getFirstEventTimestamp(ScanQuery.ResultFormat resultFormat) Constructors in org.apache.druid.query.scan with parameters of type ScanQuery.ResultFormatModifierConstructorDescriptionScanQuery(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)