Package org.apache.druid.query
Class BySegmentResultValueClass<T>
java.lang.Object
org.apache.druid.query.BySegmentResultValueClass<T>
- All Implemented Interfaces:
BySegmentResultValue<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBySegmentResultValueClass(List<T> results, String segmentId, org.joda.time.Interval interval) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.joda.time.IntervalinthashCode()<U> BySegmentResultValueClass<U> mapResults(Function<? super T, ? extends U> mapper) toString()
-
Constructor Details
-
BySegmentResultValueClass
-
-
Method Details
-
getResults
- Specified by:
getResultsin interfaceBySegmentResultValue<T>
-
getSegmentId
- Specified by:
getSegmentIdin interfaceBySegmentResultValue<T>
-
getInterval
public org.joda.time.Interval getInterval()- Specified by:
getIntervalin interfaceBySegmentResultValue<T>
-
mapResults
-
toString
-
equals
-
hashCode
public int hashCode()
-