Uses of Class
org.apache.druid.java.util.common.guava.YieldingAccumulator
Packages that use YieldingAccumulator
Package
Description
-
Uses of YieldingAccumulator in org.apache.druid.common.guava
Methods in org.apache.druid.common.guava with parameters of type YieldingAccumulatorModifier and TypeMethodDescription<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.guavaModifier and TypeClassDescriptionclassDelegatingYieldingAccumulator<OutType,T> classFilteringYieldingAccumulator<OutType,T> classMappingYieldingAccumulator<OutType,InType, MappedType> Methods in org.apache.druid.java.util.common.guava that return YieldingAccumulatorModifier and TypeMethodDescriptionstatic <AccumulatedType,InType>
YieldingAccumulator<AccumulatedType, InType> YieldingAccumulators.fromAccumulator(Accumulator<AccumulatedType, InType> accumulator) Methods in org.apache.druid.java.util.common.guava with parameters of type YieldingAccumulatorModifier and TypeMethodDescription<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 YieldingAccumulatorModifierConstructorDescriptionDelegatingYieldingAccumulator(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 YieldingAccumulatorModifier and TypeMethodDescription<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 YieldingAccumulatorModifier and TypeMethodDescription<OutType> Yielder<OutType> ScanQueryOffsetSequence.toYielder(OutType initValue, YieldingAccumulator<OutType, ScanResultValue> accumulator)