@Deprecated
public class typed
extends Object
Constructor and Description |
---|
typed()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> TypedColumn<T,Double> |
avg(MapFunction<T,Double> f)
Deprecated.
Average aggregate function.
|
static <T> TypedColumn<T,Long> |
count(MapFunction<T,Object> f)
Deprecated.
Count aggregate function.
|
static <T> TypedColumn<T,Double> |
sum(MapFunction<T,Double> f)
Deprecated.
Sum aggregate function for floating point (double) type.
|
static <T> TypedColumn<T,Long> |
sumLong(MapFunction<T,Long> f)
Deprecated.
Sum aggregate function for integral (long, i.e.
|
public static <T> TypedColumn<T,Double> avg(MapFunction<T,Double> f)
public static <T> TypedColumn<T,Long> count(MapFunction<T,Object> f)
public static <T> TypedColumn<T,Double> sum(MapFunction<T,Double> f)
public static <T> TypedColumn<T,Long> sumLong(MapFunction<T,Long> f)