Uses of Class
org.apache.pinot.common.request.context.predicate.Predicate.Type
-
Packages that use Predicate.Type Package Description org.apache.pinot.common.request.context.predicate -
-
Uses of Predicate.Type in org.apache.pinot.common.request.context.predicate
Methods in org.apache.pinot.common.request.context.predicate that return Predicate.Type Modifier and Type Method Description Predicate.TypeEqPredicate. getType()Predicate.TypeInPredicate. getType()Predicate.TypeIsNotNullPredicate. getType()Predicate.TypeIsNullPredicate. getType()Predicate.TypeJsonMatchPredicate. getType()Predicate.TypeNotEqPredicate. getType()Predicate.TypeNotInPredicate. getType()Predicate.TypePredicate. getType()Returns the type of the predicate.Predicate.TypeRangePredicate. getType()Predicate.TypeRegexpLikePredicate. getType()Predicate.TypeTextContainsPredicate. getType()Predicate.TypeTextMatchPredicate. getType()static Predicate.TypePredicate.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Predicate.Type[]Predicate.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-