Package io.trino.metadata
Class InternalFunctionBundle.InternalFunctionBundleBuilder
java.lang.Object
io.trino.metadata.InternalFunctionBundle.InternalFunctionBundleBuilder
- Enclosing class:
InternalFunctionBundle
-
Method Summary
Modifier and TypeMethodDescriptionaggregates(Class<?> aggregationDefinition) build()function(SqlFunction sqlFunction) functions(SqlFunction... sqlFunctions) window(Class<? extends WindowFunction> clazz)
-
Method Details
-
window
public InternalFunctionBundle.InternalFunctionBundleBuilder window(Class<? extends WindowFunction> clazz) -
aggregates
public InternalFunctionBundle.InternalFunctionBundleBuilder aggregates(Class<?> aggregationDefinition) -
scalar
-
scalars
-
functions
-
functions
-
function
-
build
-