public final class BigAggregator extends AggregatorSet<BigDecimal>
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<AggregatorFunction<BigDecimal>> |
AVERAGE
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
CARDINALITY
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
LARGEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
MAX
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
MIN
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
NORM1
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
NORM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
PRODUCT
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
PRODUCT2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
SMALLEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
SUM
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
SUM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
Modifier and Type | Method and Description |
---|---|
AggregatorFunction<BigDecimal> |
average()
Average value
|
AggregatorFunction<BigDecimal> |
cardinality()
Count of non-zero elements
|
static BigAggregator |
getSet() |
AggregatorFunction<BigDecimal> |
largest()
Largest absolute value
|
AggregatorFunction<BigDecimal> |
maximum()
Max value
|
AggregatorFunction<BigDecimal> |
minimum()
Min value
|
AggregatorFunction<BigDecimal> |
norm1()
Sum of absolute values
|
AggregatorFunction<BigDecimal> |
norm2()
Square root of sum of squared values
|
AggregatorFunction<BigDecimal> |
product()
Running product
|
AggregatorFunction<BigDecimal> |
product2()
Running product of squares
|
AggregatorFunction<BigDecimal> |
smallest()
Smallest non-zero absolute value
|
AggregatorFunction<BigDecimal> |
sum()
Running sum
|
AggregatorFunction<BigDecimal> |
sum2()
Running sum of squares
|
get
@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> AVERAGE
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> CARDINALITY
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> LARGEST
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> MAX
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> MIN
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> NORM1
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> NORM2
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> PRODUCT
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> PRODUCT2
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> SMALLEST
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> SUM
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<BigDecimal>> SUM2
AggregatorSet#getSet
instead. This will be made private.public static BigAggregator getSet()
public AggregatorFunction<BigDecimal> average()
AggregatorSet
average
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> cardinality()
AggregatorSet
cardinality
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> largest()
AggregatorSet
largest
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> maximum()
AggregatorSet
maximum
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> minimum()
AggregatorSet
minimum
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> norm1()
AggregatorSet
norm1
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> norm2()
AggregatorSet
norm2
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> product()
AggregatorSet
product
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> product2()
AggregatorSet
product2
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> smallest()
AggregatorSet
smallest
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> sum()
AggregatorSet
sum
in class AggregatorSet<BigDecimal>
public AggregatorFunction<BigDecimal> sum2()
AggregatorSet
sum2
in class AggregatorSet<BigDecimal>
Copyright © 2019 Optimatika. All rights reserved.