Class FilterOperand.Not
- java.lang.Object
-
- org.apache.pinot.query.runtime.operator.operands.FilterOperand
-
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.Not
-
- All Implemented Interfaces:
TransformOperand
- Enclosing class:
- FilterOperand
public static class FilterOperand.Not extends FilterOperand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pinot.query.runtime.operator.operands.FilterOperand
FilterOperand.And, FilterOperand.IsNotTrue, FilterOperand.IsTrue, FilterOperand.Not, FilterOperand.Or, FilterOperand.Predicate
-
-
Constructor Summary
Constructors Constructor Description Not(RexExpression child, DataSchema dataSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerapply(Object[] row)-
Methods inherited from class org.apache.pinot.query.runtime.operator.operands.FilterOperand
getResultType
-
-
-
-
Constructor Detail
-
Not
public Not(RexExpression child, DataSchema dataSchema)
-
-
Method Detail
-
apply
@Nullable public Integer apply(Object[] row)
- Specified by:
applyin interfaceTransformOperand- Specified by:
applyin classFilterOperand
-
-