Uses of Class
org.apache.druid.query.scan.ScanQuery
-
Packages that use ScanQuery Package Description org.apache.druid.query org.apache.druid.query.scan -
-
Uses of ScanQuery in org.apache.druid.query
Methods in org.apache.druid.query that return ScanQuery Modifier and Type Method Description ScanQueryDruids.ScanQueryBuilder. build()Methods in org.apache.druid.query with parameters of type ScanQuery Modifier and Type Method Description static Druids.ScanQueryBuilderDruids.ScanQueryBuilder. copy(ScanQuery query) -
Uses of ScanQuery in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return ScanQuery Modifier and Type Method Description ScanQueryScanQuery. withDataSource(DataSource dataSource)ScanQueryScanQuery. withLimit(long newLimit)ScanQueryScanQuery. withNonNullLegacy(ScanQueryConfig scanQueryConfig)ScanQueryScanQuery. withOffset(long newOffset)ScanQueryScanQuery. withOverriddenContext(Map<String,Object> contextOverrides)ScanQueryScanQuery. withQuerySegmentSpec(QuerySegmentSpec querySegmentSpec)Methods in org.apache.druid.query.scan that return types with arguments of type ScanQuery Modifier and Type Method Description QueryToolChest<ScanResultValue,ScanQuery>ScanQueryRunnerFactory. getToolchest()Methods in org.apache.druid.query.scan with parameters of type ScanQuery Modifier and Type Method Description QueryMetrics<Query<?>>ScanQueryQueryToolChest. makeMetrics(ScanQuery query)com.google.common.base.Function<ScanResultValue,ScanResultValue>ScanQueryQueryToolChest. makePreComputeManipulatorFn(ScanQuery query, MetricManipulationFn fn)Sequence<ScanResultValue>ScanQueryEngine. process(ScanQuery query, Segment segment, ResponseContext responseContext, QueryMetrics<?> queryMetrics)RowSignatureScanQueryQueryToolChest. resultArraySignature(ScanQuery query)Sequence<Object[]>ScanQueryQueryToolChest. resultsAsArrays(ScanQuery query, Sequence<ScanResultValue> resultSequence)Optional<Sequence<FrameSignaturePair>>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 Constructor Description ScanResultValueTimestampComparator(ScanQuery scanQuery)
-