Uses of Interface
org.apache.pinot.query.runtime.operator.operands.TransformOperand
-
Packages that use TransformOperand Package Description org.apache.pinot.query.runtime.operator.operands -
-
Uses of TransformOperand in org.apache.pinot.query.runtime.operator.operands
Classes in org.apache.pinot.query.runtime.operator.operands that implement TransformOperand Modifier and Type Class Description classFilterOperandNOTE: All BOOLEAN values are represented as 0 (FALSE) and 1 (TRUE) internally.static classFilterOperand.Andstatic classFilterOperand.IsNotTruestatic classFilterOperand.IsTruestatic classFilterOperand.Notstatic classFilterOperand.Orstatic classFilterOperand.PredicateclassFunctionOperandclassLiteralOperandclassReferenceOperandMethods in org.apache.pinot.query.runtime.operator.operands that return TransformOperand Modifier and Type Method Description static TransformOperandTransformOperandFactory. getTransformOperand(RexExpression rexExpression, DataSchema dataSchema)
-