Package org.apache.druid.query.search
Class SearchResultValue
- java.lang.Object
-
- org.apache.druid.query.search.SearchResultValue
-
-
Constructor Summary
Constructors Constructor Description SearchResultValue(List<SearchHit> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<SearchHit>getValue()inthashCode()Iterator<SearchHit>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-