Uses of Interface
org.apache.druid.java.util.common.guava.Yielder
Packages that use Yielder
Package
Description
-
Uses of Yielder in org.apache.druid.common.guava
Methods in org.apache.druid.common.guava that return YielderModifier and TypeMethodDescription<OutType> Yielder<OutType>CombiningSequence.toYielder(OutType initValue, YieldingAccumulator<OutType, T> accumulator) -
Uses of Yielder in org.apache.druid.java.util.common.guava
Classes in org.apache.druid.java.util.common.guava that implement YielderMethods in org.apache.druid.java.util.common.guava that return YielderModifier and TypeMethodDescriptionstatic <T> Yielder<T>Yielders.done(T finalVal, AutoCloseable closeable) static <T> Yielder<T><OutType> Yielder<OutType>ConcatSequence.makeYielder(Yielder<Sequence<T>> yielderYielder, OutType initValue, YieldingAccumulator<OutType, T> accumulator) Gets the next Yielder in the chain.<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) Methods in org.apache.druid.java.util.common.guava with parameters of type YielderModifier and TypeMethodDescription<OutType> Yielder<OutType>ConcatSequence.makeYielder(Yielder<Sequence<T>> yielderYielder, OutType initValue, YieldingAccumulator<OutType, T> accumulator) Constructors in org.apache.druid.java.util.common.guava with parameters of type YielderModifierConstructorDescriptionExecuteWhenDoneYielder(Yielder<T> baseYielder, Runnable runnable, Executor executor) -
Uses of Yielder in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type YielderModifier and TypeMethodDescriptionIterableRowsCursorHelper.getCursorFromYielder(Yielder<Object[]> yielderParam, RowSignature rowSignature) -
Uses of Yielder in org.apache.druid.query.operator
Methods in org.apache.druid.query.operator that return YielderModifier and TypeMethodDescription<OutType> Yielder<OutType>OperatorSequence.toYielder(OutType initValue, YieldingAccumulator<OutType, RowsAndColumns> accumulator) -
Uses of Yielder in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return YielderModifier and TypeMethodDescription<OutType> Yielder<OutType>ScanQueryOffsetSequence.toYielder(OutType initValue, YieldingAccumulator<OutType, ScanResultValue> accumulator)