Package io.trino.metadata
Class FunctionListBuilder
java.lang.Object
io.trino.metadata.FunctionListBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregates(Class<?> aggregationDefinition) function(SqlFunction sqlFunction) functions(SqlFunction... sqlFunctions) window(Class<? extends WindowFunction> clazz)
-
Constructor Details
-
FunctionListBuilder
public FunctionListBuilder()
-
-
Method Details
-
window
-
aggregates
-
scalar
-
scalars
-
functions
-
function
-
getFunctions
-