|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
org.apache.hadoop.hive.ql.exec.vector.expressions.MathFuncLongToDouble
org.apache.hadoop.hive.ql.exec.vector.expressions.FuncLogWithBaseLongToDouble
public class FuncLogWithBaseLongToDouble
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
VectorExpression.Type |
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
childExpressions, inputTypes, outputType |
| Constructor Summary | |
|---|---|
FuncLogWithBaseLongToDouble()
|
|
FuncLogWithBaseLongToDouble(double scalarVal,
int colNum,
int outputColumn)
|
|
| Method Summary | |
|---|---|
protected double |
func(long l)
|
double |
getBase()
|
VectorExpressionDescriptor.Descriptor |
getDescriptor()
|
void |
setArg(double d)
|
void |
setBase(double base)
|
| Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.MathFuncLongToDouble |
|---|
cleanup, evaluate, getColNum, getOutputColumn, getOutputType, setColNum, setOutputColumn |
| Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression |
|---|
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FuncLogWithBaseLongToDouble(double scalarVal,
int colNum,
int outputColumn)
public FuncLogWithBaseLongToDouble()
| Method Detail |
|---|
protected double func(long l)
func in class MathFuncLongToDoublepublic double getBase()
public void setBase(double base)
public void setArg(double d)
setArg in interface ISetDoubleArgpublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||