Uses of Class
org.apache.pinot.common.request.FilterOperator
-
Packages that use FilterOperator Package Description org.apache.pinot.common.request org.apache.pinot.common.utils.request org.apache.pinot.parsers.utils -
-
Uses of FilterOperator in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return FilterOperator Modifier and Type Method Description static FilterOperatorFilterOperator. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.FilterOperatorFilterQuery. getOperator()FilterOperatorHavingFilterQuery. getOperator()static FilterOperatorFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterOperator[]FilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.common.request with parameters of type FilterOperator Modifier and Type Method Description voidFilterQuery. setOperator(FilterOperator operator)voidHavingFilterQuery. setOperator(FilterOperator operator) -
Uses of FilterOperator in org.apache.pinot.common.utils.request
Methods in org.apache.pinot.common.utils.request that return FilterOperator Modifier and Type Method Description FilterOperatorFilterQueryTree. getOperator()Constructors in org.apache.pinot.common.utils.request with parameters of type FilterOperator Constructor Description FilterQueryTree(String column, List<String> value, FilterOperator operator, List<FilterQueryTree> children) -
Uses of FilterOperator in org.apache.pinot.parsers.utils
Methods in org.apache.pinot.parsers.utils that return FilterOperator Modifier and Type Method Description static FilterOperatorParserUtils. filterKindToOperator(FilterKind filterKind)Utility method to mapFilterKindtoFilterOperator.static FilterOperatorParserUtils. getFilterType(Expression expression)Utility method that returns theFilterOperatorfor a given expression.
-