public interface Function
The application may occur at compile time (for a macro) or at run time (for a regular function). The result may be a relation, and so might any of the parameters.
Functions are registered in a Schema, and may be queried by name
(Schema.getFunctions(String)) then overloads resolved based on
parameter types.
TableMacro,
ScalarFunction| Modifier and Type | Method and Description |
|---|---|
List<FunctionParameter> |
getParameters()
Returns the parameters of this function.
|
List<FunctionParameter> getParameters()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.