public interface FunctionParameter
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the parameter.
|
int |
getOrdinal()
Zero-based ordinal of this parameter within the member's parameter
list.
|
RelDataType |
getType(RelDataTypeFactory typeFactory)
Returns the type of this parameter.
|
int getOrdinal()
String getName()
RelDataType getType(RelDataTypeFactory typeFactory)
typeFactory - Type factory to be used to create the typeCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.