public static class ArithmeticOperators.ArithmeticOperatorFactory extends Object
ArithmeticOperatorFactory(AggregationExpression expression)
ArithmeticOperators.ArithmeticOperatorFactory
AggregationExpression
ArithmeticOperatorFactory(String fieldReference)
ArithmeticOperators.Abs
abs()
ArithmeticOperators.Add
add(AggregationExpression expression)
add(Number value)
add(String fieldReference)
AccumulatorOperators.Avg
avg()
ArithmeticOperators.Ceil
ceil()
ArithmeticOperators.Divide
divideBy(AggregationExpression expression)
divideBy(Number value)
divideBy(String fieldReference)
ArithmeticOperators.Exp
exp()
ArithmeticOperators.Floor
floor()
ArithmeticOperators.Ln
ln()
ArithmeticOperators.Log
log(AggregationExpression expression)
log(Number base)
log(String fieldReference)
ArithmeticOperators.Log10
log10()
AccumulatorOperators.Max
max()
AccumulatorOperators.Min
min()
ArithmeticOperators.Mod
mod(AggregationExpression expression)
mod(Number value)
mod(String fieldReference)
ArithmeticOperators.Multiply
multiplyBy(AggregationExpression expression)
multiplyBy(Number value)
multiplyBy(String fieldReference)
ArithmeticOperators.Pow
pow(AggregationExpression expression)
pow(Number value)
pow(String fieldReference)
ArithmeticOperators.Sqrt
sqrt()
AccumulatorOperators.StdDevPop
stdDevPop()
AccumulatorOperators.StdDevSamp
stdDevSamp()
ArithmeticOperators.Subtract
subtract(AggregationExpression expression)
subtract(Number value)
subtract(String fieldReference)
AccumulatorOperators.Sum
sum()
ArithmeticOperators.Trunc
trunc()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArithmeticOperatorFactory(String fieldReference)
fieldReference
public ArithmeticOperatorFactory(AggregationExpression expression)
expression
public ArithmeticOperators.Abs abs()
public ArithmeticOperators.Add add(String fieldReference)
public ArithmeticOperators.Add add(AggregationExpression expression)
public ArithmeticOperators.Add add(Number value)
value
public ArithmeticOperators.Ceil ceil()
public ArithmeticOperators.Divide divideBy(String fieldReference)
public ArithmeticOperators.Divide divideBy(AggregationExpression expression)
public ArithmeticOperators.Divide divideBy(Number value)
public ArithmeticOperators.Exp exp()
public ArithmeticOperators.Floor floor()
public ArithmeticOperators.Ln ln()
public ArithmeticOperators.Log log(String fieldReference)
public ArithmeticOperators.Log log(AggregationExpression expression)
public ArithmeticOperators.Log log(Number base)
base
public ArithmeticOperators.Log10 log10()
public ArithmeticOperators.Mod mod(String fieldReference)
public ArithmeticOperators.Mod mod(AggregationExpression expression)
public ArithmeticOperators.Mod mod(Number value)
public ArithmeticOperators.Multiply multiplyBy(String fieldReference)
public ArithmeticOperators.Multiply multiplyBy(AggregationExpression expression)
public ArithmeticOperators.Multiply multiplyBy(Number value)
public ArithmeticOperators.Pow pow(String fieldReference)
public ArithmeticOperators.Pow pow(AggregationExpression expression)
public ArithmeticOperators.Pow pow(Number value)
public ArithmeticOperators.Sqrt sqrt()
public ArithmeticOperators.Subtract subtract(String fieldReference)
public ArithmeticOperators.Subtract subtract(AggregationExpression expression)
public ArithmeticOperators.Subtract subtract(Number value)
public ArithmeticOperators.Trunc trunc()
public AccumulatorOperators.Sum sum()
public AccumulatorOperators.Avg avg()
public AccumulatorOperators.Max max()
public AccumulatorOperators.Min min()
public AccumulatorOperators.StdDevPop stdDevPop()
public AccumulatorOperators.StdDevSamp stdDevSamp()
Impressum und Datenschutz Copyright ©2018 eir.me