Package io.activej.aggregation
Class AggregationPredicates.PredicateNotEq
java.lang.Object
io.activej.aggregation.AggregationPredicates.PredicateNotEq
- All Implemented Interfaces:
AggregationPredicate
- Enclosing class:
- AggregationPredicates
public static final class AggregationPredicates.PredicateNotEq
extends Object
implements AggregationPredicate
-
Method Summary
Modifier and TypeMethodDescriptioncreatePredicate(Expression record, Map<String, FieldType> fields) booleangetKey()getValue()inthashCode()simplify()toString()
-
Method Details
-
getKey
-
getValue
-
simplify
- Specified by:
simplifyin interfaceAggregationPredicate
-
getDimensions
- Specified by:
getDimensionsin interfaceAggregationPredicate
-
getFullySpecifiedDimensions
- Specified by:
getFullySpecifiedDimensionsin interfaceAggregationPredicate
-
createPredicate
- Specified by:
createPredicatein interfaceAggregationPredicate
-
equals
- Specified by:
equalsin interfaceAggregationPredicate- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceAggregationPredicate- Overrides:
hashCodein classObject
-
toString
-