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