Class LiteralOperand
- java.lang.Object
-
- org.apache.pinot.query.runtime.operator.operands.LiteralOperand
-
- All Implemented Interfaces:
TransformOperand
public class LiteralOperand extends Object implements TransformOperand
-
-
Constructor Summary
Constructors Constructor Description LiteralOperand(RexExpression.Literal rexExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(Object[] row)DataSchema.ColumnDataTypegetResultType()
-
-
-
Constructor Detail
-
LiteralOperand
public LiteralOperand(RexExpression.Literal rexExpression)
-
-
Method Detail
-
getResultType
public DataSchema.ColumnDataType getResultType()
- Specified by:
getResultTypein interfaceTransformOperand
-
apply
public Object apply(Object[] row)
- Specified by:
applyin interfaceTransformOperand
-
-