Uses of Class
org.apache.druid.java.util.common.guava.YieldingAccumulator
-
Packages that use YieldingAccumulator Package Description org.apache.druid.common.guava org.apache.druid.java.util.common.guava org.apache.druid.query.operator org.apache.druid.query.scan -
-
Uses of YieldingAccumulator in org.apache.druid.common.guava
Methods in org.apache.druid.common.guava with parameters of type YieldingAccumulator Modifier and Type Method Description <OutType> Yielder<OutType>CombiningSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator) -
Uses of YieldingAccumulator in org.apache.druid.java.util.common.guava
Subclasses of YieldingAccumulator in org.apache.druid.java.util.common.guava Modifier and Type Class Description classDelegatingYieldingAccumulator<OutType,T>classFilteringYieldingAccumulator<OutType,T>classMappingYieldingAccumulator<OutType,InType,MappedType>Methods in org.apache.druid.java.util.common.guava that return YieldingAccumulator Modifier and Type Method Description static <AccumulatedType,InType>
YieldingAccumulator<AccumulatedType,InType>YieldingAccumulators. fromAccumulator(Accumulator<AccumulatedType,InType> accumulator)Methods in org.apache.druid.java.util.common.guava with parameters of type YieldingAccumulator Modifier and Type Method Description <OutType> Yielder<OutType>ConcatSequence. makeYielder(Yielder<Sequence<T>> yielderYielder, OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>BaseSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>ConcatSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>ExplodingSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>FilteredSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>LazySequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>MappedSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,Out> accumulator)<OutType> Yielder<OutType>MergeSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>ParallelMergeCombiningSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)<OutType> Yielder<OutType>Sequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)Return a Yielder for accumulated sequence.<OutType> Yielder<OutType>SkippingSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,T> accumulator)Constructors in org.apache.druid.java.util.common.guava with parameters of type YieldingAccumulator Constructor Description DelegatingYieldingAccumulator(YieldingAccumulator<OutType,T> delegate)FilteringYieldingAccumulator(com.google.common.base.Predicate<? super T> pred, YieldingAccumulator<OutType,T> accumulator)MappingYieldingAccumulator(Function<? super InType,? extends MappedType> fn, YieldingAccumulator<OutType,MappedType> baseAccumulator) -
Uses of YieldingAccumulator in org.apache.druid.query.operator
Methods in org.apache.druid.query.operator with parameters of type YieldingAccumulator Modifier and Type Method Description <OutType> Yielder<OutType>OperatorSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,RowsAndColumns> accumulator) -
Uses of YieldingAccumulator in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan with parameters of type YieldingAccumulator Modifier and Type Method Description <OutType> Yielder<OutType>ScanQueryOffsetSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,ScanResultValue> accumulator)
-