public static class BuiltinAggregateFunctions.Max<T extends Comparable<T>> extends Object
Max()
T
add(T accumulator, T val)
init()
result(T accumulator)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Max()
public T init()
public T add(T accumulator, T val)
public T result(T accumulator)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.