Package io.trino.operator.scalar
Class Greatest
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.operator.scalar.AbstractGreatestLeast
io.trino.operator.scalar.Greatest
- All Implemented Interfaces:
SqlFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.trino.operator.scalar.AbstractGreatestLeast
getFunctionDependencies, specializeMethods inherited from class io.trino.metadata.SqlScalarFunction
getFunctionMetadata, specializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies
-
Field Details
-
GREATEST
-
-
Constructor Details
-
Greatest
public Greatest()
-