Class JsonMatchPredicate
- java.lang.Object
-
- org.apache.pinot.common.request.context.predicate.BasePredicate
-
- org.apache.pinot.common.request.context.predicate.JsonMatchPredicate
-
- All Implemented Interfaces:
Predicate
public class JsonMatchPredicate extends BasePredicate
Predicate for JSON_MATCH.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pinot.common.request.context.predicate.Predicate
Predicate.Type
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.common.request.context.predicate.BasePredicate
_lhs
-
-
Constructor Summary
Constructors Constructor Description JsonMatchPredicate(ExpressionContext lhs, String value)
-
-
-
Constructor Detail
-
JsonMatchPredicate
public JsonMatchPredicate(ExpressionContext lhs, String value)
-
-
Method Detail
-
getType
public Predicate.Type getType()
Description copied from interface:PredicateReturns the type of the predicate.
-
getValue
public String getValue()
-
-