Hierarchy For Package org.apache.pinot.query.runtime.operator.operands
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.apache.pinot.query.runtime.operator.operands.FilterOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.And
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.IsNotTrue
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.IsTrue
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.Not
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.Or
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.Predicate
- org.apache.pinot.query.runtime.operator.operands.FunctionOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.runtime.operator.operands.LiteralOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.runtime.operator.operands.ReferenceOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.runtime.operator.operands.TransformOperandFactory
- org.apache.pinot.query.runtime.operator.operands.FilterOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
Interface Hierarchy
- org.apache.pinot.query.runtime.operator.operands.TransformOperand