Uses of Interface
org.apache.druid.java.util.common.guava.Yielder
-
Packages that use Yielder Package Description org.apache.druid.common.guava org.apache.druid.java.util.common.guava org.apache.druid.query org.apache.druid.query.operator org.apache.druid.query.scan -
-
Uses of Yielder in org.apache.druid.common.guava
Methods in org.apache.druid.common.guava that return Yielder Modifier and Type Method Description <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 Yielder Modifier and Type Class Description classExecuteWhenDoneYielder<T>Methods in org.apache.druid.java.util.common.guava that return Yielder Modifier and Type Method Description static <T> Yielder<T>Yielders. done(T finalVal, AutoCloseable closeable)static <T> Yielder<T>Yielders. each(Sequence<T> sequence)<OutType> Yielder<OutType>ConcatSequence. makeYielder(Yielder<Sequence<T>> yielderYielder, OutType initValue, YieldingAccumulator<OutType,T> accumulator)Yielder<T>ExecuteWhenDoneYielder. next(T initValue)Yielder<T>Yielder. next(T initValue)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 Yielder Modifier and Type Method Description <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 Yielder Constructor Description ExecuteWhenDoneYielder(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 Yielder Modifier and Type Method Description static Pair<Cursor,Closeable>IterableRowsCursorHelper. getCursorFromYielder(Yielder<Object[]> yielderParam, RowSignature rowSignature) -
Uses of Yielder in org.apache.druid.query.operator
Methods in org.apache.druid.query.operator that return Yielder Modifier and Type Method Description <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 Yielder Modifier and Type Method Description <OutType> Yielder<OutType>ScanQueryOffsetSequence. toYielder(OutType initValue, YieldingAccumulator<OutType,ScanResultValue> accumulator)
-