public class FuncRandNoSeed extends VectorExpression
VectorExpression.TypechildExpressions, inputTypes, outputType| Constructor and Description |
|---|
FuncRandNoSeed() |
FuncRandNoSeed(int outputCol) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(VectorizedRowBatch batch)
This is the primary method to implement expression logic.
|
VectorExpressionDescriptor.Descriptor |
getDescriptor() |
int |
getOutputCol() |
int |
getOutputColumn()
Returns the index of the output column in the array
of column vectors.
|
String |
getOutputType()
Returns type of the output column.
|
Random |
getRandom() |
void |
setOutputCol(int outputCol) |
void |
setRandom(Random random) |
evaluateChildren, getChildExpressions, getInputTypes, setChildExpressions, setInputTypes, setOutputType, toStringpublic FuncRandNoSeed(int outputCol)
public FuncRandNoSeed()
public void evaluate(VectorizedRowBatch batch)
VectorExpressionevaluate in class VectorExpressionpublic int getOutputColumn()
VectorExpressiongetOutputColumn in class VectorExpressionpublic int getOutputCol()
public void setOutputCol(int outputCol)
public Random getRandom()
public void setRandom(Random random)
public String getOutputType()
VectorExpressiongetOutputType in class VectorExpressionpublic VectorExpressionDescriptor.Descriptor getDescriptor()
getDescriptor in class VectorExpressionCopyright © 2017 The Apache Software Foundation. All rights reserved.