public class PosModLongToLong extends MathFuncLongToLong implements ISetLongArg
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
PosModLongToLong() |
PosModLongToLong(int inputCol,
long scalarVal,
int outputCol) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
func(long v) |
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
long |
getDivisor() |
void |
setArg(long arg) |
void |
setDivisor(long v) |
evaluate, getColNum, getOutputColumn, getOutputType, setColNum, setOutputColumnevaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic PosModLongToLong(int inputCol,
long scalarVal,
int outputCol)
public PosModLongToLong()
protected long func(long v)
func in class MathFuncLongToLongpublic void setArg(long arg)
setArg in interface ISetLongArgpublic void setDivisor(long v)
public long getDivisor()
public VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2017 The Apache Software Foundation. All rights reserved.