Uses of Class
org.apache.pinot.common.request.HavingFilterQueryMap
-
Packages that use HavingFilterQueryMap Package Description org.apache.pinot.common.request -
-
Uses of HavingFilterQueryMap in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return HavingFilterQueryMap Modifier and Type Method Description HavingFilterQueryMapHavingFilterQueryMap. deepCopy()HavingFilterQueryMapBrokerRequest. getHavingFilterSubQueryMap()Methods in org.apache.pinot.common.request with parameters of type HavingFilterQueryMap Modifier and Type Method Description intHavingFilterQueryMap. compareTo(HavingFilterQueryMap other)booleanHavingFilterQueryMap. equals(HavingFilterQueryMap that)voidBrokerRequest. setHavingFilterSubQueryMap(HavingFilterQueryMap havingFilterSubQueryMap)Constructors in org.apache.pinot.common.request with parameters of type HavingFilterQueryMap Constructor Description HavingFilterQueryMap(HavingFilterQueryMap other)Performs a deep copy on other.
-