Uses of Class
org.apache.druid.query.scan.ScanResultValue
-
Packages that use ScanResultValue Package Description org.apache.druid.query.scan -
-
Uses of ScanResultValue in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return ScanResultValue Modifier and Type Method Description ScanResultValueScanQueryLimitRowIterator. next()ScanResultValueScanResultValueIterator. next()Methods in org.apache.druid.query.scan with parameters of type ScanResultValue Modifier and Type Method Description intScanResultValueTimestampComparator. compare(ScanResultValue o1, ScanResultValue o2)intScanResultValue. compareTo(ScanResultValue that)Method parameters in org.apache.druid.query.scan with type arguments of type ScanResultValue Modifier and Type Method Description QueryRunner<ScanResultValue>ScanQueryQueryToolChest. mergeResults(QueryRunner<ScanResultValue> runner)QueryRunner<ScanResultValue>ScanQueryRunnerFactory. mergeRunners(QueryProcessingPool queryProcessingPool, Iterable<QueryRunner<ScanResultValue>> queryRunners)QueryRunner<ScanResultValue>ScanQueryQueryToolChest. preMergeQueryDecoration(QueryRunner<ScanResultValue> runner)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.<OutType> Yielder<OutType>ScanQueryOffsetSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,ScanResultValue> accumulator)Constructor parameters in org.apache.druid.query.scan with type arguments of type ScanResultValue Constructor Description ScanQueryOffsetSequence(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)
-