public class FuncPowerLongToDouble extends MathFuncLongToDouble implements ISetDoubleArg
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FuncPowerLongToDouble() |
FuncPowerLongToDouble(int colNum,
double scalarVal,
int outputColumn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(DoubleColumnVector outputColVector,
int[] sel,
boolean selectedInUse,
int n) |
double |
func(long l) |
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
double |
getPower() |
void |
setArg(double d) |
void |
setPower(double power) |
evaluate, getColNum, getOutputColumn, getOutputType, setColNum, setOutputColumnevaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic FuncPowerLongToDouble(int colNum,
double scalarVal,
int outputColumn)
public FuncPowerLongToDouble()
public double func(long l)
func in class MathFuncLongToDoublepublic double getPower()
public void setPower(double power)
public void setArg(double d)
setArg in interface ISetDoubleArgprotected void cleanup(DoubleColumnVector outputColVector, int[] sel, boolean selectedInUse, int n)
cleanup in class MathFuncLongToDoublepublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2017 The Apache Software Foundation. All rights reserved.