Uses of Class
org.apache.druid.query.scan.ScanQuery
Packages that use ScanQuery
-
Uses of ScanQuery in org.apache.druid.query
Methods in org.apache.druid.query that return ScanQueryMethods in org.apache.druid.query with parameters of type ScanQuery -
Uses of ScanQuery in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return ScanQueryModifier and TypeMethodDescriptionScanQuery.withDataSource(DataSource dataSource) ScanQuery.withLimit(long newLimit) ScanQuery.withOffset(long newOffset) ScanQuery.withOverriddenContext(Map<String, Object> contextOverrides) ScanQuery.withQuerySegmentSpec(QuerySegmentSpec querySegmentSpec) Methods in org.apache.druid.query.scan that return types with arguments of type ScanQueryModifier and TypeMethodDescriptionScanQueryQueryToolChest.getCacheStrategy(ScanQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper) ScanQueryRunnerFactory.getToolchest()Methods in org.apache.druid.query.scan with parameters of type ScanQueryModifier and TypeMethodDescriptionScanQueryQueryToolChest.getCacheStrategy(ScanQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static CursorBuildSpecScanQueryEngine.makeCursorBuildSpec(ScanQuery query, QueryMetrics<?> queryMetrics) QueryMetrics<Query<?>> ScanQueryQueryToolChest.makeMetrics(ScanQuery query) com.google.common.base.Function<ScanResultValue, ScanResultValue> ScanQueryQueryToolChest.makePreComputeManipulatorFn(ScanQuery query, MetricManipulationFn fn) ScanQueryEngine.process(ScanQuery query, Segment segment, ResponseContext responseContext, QueryMetrics<?> queryMetrics) ScanQueryQueryToolChest.resultArraySignature(ScanQuery query) ScanQueryQueryToolChest.resultsAsArrays(ScanQuery query, Sequence<ScanResultValue> resultSequence) ScanQueryQueryToolChest.resultsAsFrames(ScanQuery query, Sequence<ScanResultValue> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes) This batches the fetchedScanResultValues which have similar signatures and are consecutives.static voidScanQuery.verifyOrderByForNativeExecution(ScanQuery query) Verifies that the ordering of a query is solely determined bygetTimeOrder().Constructors in org.apache.druid.query.scan with parameters of type ScanQuery