Uses of Class
org.apache.druid.java.util.common.guava.BaseSequence
Packages that use BaseSequence
-
Uses of BaseSequence in org.apache.druid.frame.channel
Subclasses of BaseSequence in org.apache.druid.frame.channelModifier and TypeClassDescriptionclass -
Uses of BaseSequence in org.apache.druid.java.util.common.guava
Subclasses of BaseSequence in org.apache.druid.java.util.common.guavaModifier and TypeClassDescriptionclassSimple Sequence based on an Iterable, created usingSequences.simple(java.lang.Iterable<T>).classTopNSequence<T>Simultaneously sorts and limits its input.