Uses of Class
org.apache.pinot.common.request.FilterQueryMap
-
Packages that use FilterQueryMap Package Description org.apache.pinot.common.request -
-
Uses of FilterQueryMap in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return FilterQueryMap Modifier and Type Method Description FilterQueryMapFilterQueryMap. deepCopy()FilterQueryMapBrokerRequest. getFilterSubQueryMap()Methods in org.apache.pinot.common.request with parameters of type FilterQueryMap Modifier and Type Method Description intFilterQueryMap. compareTo(FilterQueryMap other)booleanFilterQueryMap. equals(FilterQueryMap that)voidBrokerRequest. setFilterSubQueryMap(FilterQueryMap filterSubQueryMap)Constructors in org.apache.pinot.common.request with parameters of type FilterQueryMap Constructor Description FilterQueryMap(FilterQueryMap other)Performs a deep copy on other.
-