| Methods in org.apache.hadoop.hive.ql.exec.vector.expressions with parameters of type DoubleColumnVector |
protected void |
MathFuncLongToDouble.cleanup(DoubleColumnVector outputColVector,
int[] sel,
boolean selectedInUse,
int n)
|
protected void |
MathFuncDoubleToDouble.cleanup(DoubleColumnVector outputColVector,
int[] sel,
boolean selectedInUse,
int n)
|
protected void |
FuncPowerLongToDouble.cleanup(DoubleColumnVector outputColVector,
int[] sel,
boolean selectedInUse,
int n)
|
protected void |
FuncPowerDoubleToDouble.cleanup(DoubleColumnVector outputColVector,
int[] sel,
boolean selectedInUse,
int n)
|
protected abstract void |
FuncDoubleToDecimal.func(DecimalColumnVector outV,
DoubleColumnVector inV,
int i)
|
protected void |
CastDoubleToDecimal.func(DecimalColumnVector outV,
DoubleColumnVector inV,
int i)
|
protected abstract void |
FuncDecimalToDouble.func(DoubleColumnVector outV,
DecimalColumnVector inV,
int i)
|
protected void |
CastDecimalToDouble.func(DoubleColumnVector outV,
DecimalColumnVector inV,
int i)
|
static void |
MathExpr.NaNToNull(DoubleColumnVector v,
int[] sel,
boolean selectedInUse,
int n)
|
static void |
MathExpr.NaNToNull(DoubleColumnVector v,
int[] sel,
boolean selectedInUse,
int n,
boolean convertInfinity)
|
static void |
NullUtil.setNullAndDivBy0DataEntriesDouble(DoubleColumnVector v,
boolean selectedInUse,
int[] sel,
int n,
DoubleColumnVector denoms)
Set all the entries for which denoms array contains zeroes to NULL; sets all the data
values for NULL entries for DoubleColumnVector.NULL_VALUE. |
static void |
NullUtil.setNullAndDivBy0DataEntriesDouble(DoubleColumnVector v,
boolean selectedInUse,
int[] sel,
int n,
LongColumnVector denoms)
Set all the entries for which denoms array contains zeroes to NULL; sets all the data
values for NULL entries for DoubleColumnVector.NULL_VALUE. |
static void |
NullUtil.setNullAndDivBy0DataEntriesLong(LongColumnVector v,
boolean selectedInUse,
int[] sel,
int n,
DoubleColumnVector denoms)
Set all the entries for which denoms array contains zeroes to NULL; sets all the data
values for NULL entries for LongColumnVector.NULL_VALUE. |
static void |
NullUtil.setNullDataEntriesDouble(DoubleColumnVector v,
boolean selectedInUse,
int[] sel,
int n)
Set the data value for all NULL entries to NaN |