Uses of Class
org.apache.druid.query.scan.ScanResultValue
Packages that use ScanResultValue
-
Uses of ScanResultValue in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return ScanResultValueModifier and TypeMethodDescriptionScanQueryLimitRowIterator.next()ScanResultValueIterator.next()Methods in org.apache.druid.query.scan that return types with arguments of type ScanResultValueModifier and TypeMethodDescriptionScanQueryRunnerFactory.createRunner(Segment segment) ScanQueryQueryToolChest.getCacheStrategy(ScanQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper) ScanQueryQueryToolChest.getCacheStrategy(ScanQuery query, com.fasterxml.jackson.databind.ObjectMapper objectMapper) com.google.common.collect.Ordering<ScanResultValue>ScanQuery.getResultOrdering()com.fasterxml.jackson.core.type.TypeReference<ScanResultValue>ScanQueryQueryToolChest.getResultTypeReference()ScanQueryRunnerFactory.getToolchest()com.google.common.base.Function<ScanResultValue,ScanResultValue> ScanQueryQueryToolChest.makePreComputeManipulatorFn(ScanQuery query, MetricManipulationFn fn) com.google.common.base.Function<ScanResultValue,ScanResultValue> ScanQueryQueryToolChest.makePreComputeManipulatorFn(ScanQuery query, MetricManipulationFn fn) ScanQueryQueryToolChest.mergeResults(QueryRunner<ScanResultValue> runner) ScanQueryRunnerFactory.mergeRunners(QueryProcessingPool queryProcessingPool, Iterable<QueryRunner<ScanResultValue>> queryRunners) ScanQueryQueryToolChest.preMergeQueryDecoration(QueryRunner<ScanResultValue> runner) ScanQueryEngine.process(ScanQuery query, Segment segment, ResponseContext responseContext, QueryMetrics<?> queryMetrics) ScanResultValue.toSingleEventScanResultValues()Methods in org.apache.druid.query.scan with parameters of type ScanResultValueModifier and TypeMethodDescriptionintScanResultValueTimestampComparator.compare(ScanResultValue o1, ScanResultValue o2) intScanResultValue.compareTo(ScanResultValue that) Method parameters in org.apache.druid.query.scan with type arguments of type ScanResultValueModifier and TypeMethodDescriptionScanQueryQueryToolChest.mergeResults(QueryRunner<ScanResultValue> runner) ScanQueryRunnerFactory.mergeRunners(QueryProcessingPool queryProcessingPool, Iterable<QueryRunner<ScanResultValue>> queryRunners) ScanQueryQueryToolChest.preMergeQueryDecoration(QueryRunner<ScanResultValue> runner) 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.<OutType> Yielder<OutType>ScanQueryOffsetSequence.toYielder(OutType initValue, YieldingAccumulator<OutType, ScanResultValue> accumulator) Constructor parameters in org.apache.druid.query.scan with type arguments of type ScanResultValueModifierConstructorDescriptionScanQueryOffsetSequence(Sequence<ScanResultValue> baseSequence, long skip) ScanResultValueFramesIterable(Sequence<ScanResultValue> resultSequence, MemoryAllocatorFactory memoryAllocatorFactory, boolean useNestedForUnknownTypes, RowSignature defaultRowSignature, com.google.common.base.Function<RowSignature, com.google.common.base.Function<?, Object[]>> resultFormatMapper) ScanResultValueIterator(Sequence<ScanResultValue> resultSequence)