@Experimental public class SqlFunctionHandle extends Object implements FunctionHandle
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlFunctionHandle.Resolver |
| Constructor and Description |
|---|
SqlFunctionHandle(SqlFunctionId functionId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CatalogSchemaName |
getCatalogSchemaName() |
SqlFunctionId |
getFunctionId() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public SqlFunctionHandle(SqlFunctionId functionId, String version)
public SqlFunctionId getFunctionId()
public String getVersion()
public CatalogSchemaName getCatalogSchemaName()
getCatalogSchemaName in interface FunctionHandleCopyright © 2012–2022. All rights reserved.