public class VectorPTFEvaluatorHelper extends Object
| Constructor and Description |
|---|
VectorPTFEvaluatorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Double |
computeValue(Double number) |
static HiveDecimalWritable |
computeValue(HiveDecimalWritable number) |
static Long |
computeValue(Long number) |
static Double |
divide(Double number,
long divisor) |
static HiveDecimalWritable |
divide(HiveDecimalWritable number,
long divisor) |
static Double |
divide(Long number,
long divisor) |
static Double |
minus(Double d1,
Double d2) |
static HiveDecimalWritable |
minus(HiveDecimalWritable t1,
HiveDecimalWritable t2) |
static Long |
minus(Long l1,
Long l2) |
static Double |
plus(Double d1,
Double d2) |
static HiveDecimalWritable |
plus(HiveDecimalWritable t1,
HiveDecimalWritable t2) |
static Long |
plus(Long l1,
Long l2) |
public static HiveDecimalWritable computeValue(HiveDecimalWritable number)
public static HiveDecimalWritable plus(HiveDecimalWritable t1, HiveDecimalWritable t2)
public static HiveDecimalWritable minus(HiveDecimalWritable t1, HiveDecimalWritable t2)
public static HiveDecimalWritable divide(HiveDecimalWritable number, long divisor)
Copyright © 2022 The Apache Software Foundation. All rights reserved.