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