public class FuncPowerDoubleToDouble extends MathFuncDoubleToDouble implements ISetDoubleArg
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FuncPowerDoubleToDouble() |
FuncPowerDoubleToDouble(int colNum,
double power,
int outputColumn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(DoubleColumnVector outputColVector,
int[] sel,
boolean selectedInUse,
int n) |
double |
func(double d) |
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 FuncPowerDoubleToDouble(int colNum,
double power,
int outputColumn)
public FuncPowerDoubleToDouble()
public double func(double d)
func in class MathFuncDoubleToDoublepublic 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 MathFuncDoubleToDoublepublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2017 The Apache Software Foundation. All rights reserved.