| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.function | |
| com.facebook.presto.spi.relation |
| Modifier and Type | Method and Description |
|---|---|
Map<SqlFunctionId,SqlInvokedFunction> |
ConnectorSession.getSessionFunctions() |
| Modifier and Type | Method and Description |
|---|---|
SqlInvokedFunction |
SqlInvokedFunction.withVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionNamespaceManager.createFunction(SqlInvokedFunction function,
boolean replace)
Create or replace the specified function.
|
boolean |
SqlInvokedFunction.hasSameDefinitionAs(SqlInvokedFunction function) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<Predicate> |
PredicateCompiler.compilePredicate(SqlFunctionProperties sqlFunctionProperties,
Map<SqlFunctionId,SqlInvokedFunction> sessionFunctions,
RowExpression predicate)
Predicate expression may not contain any variable references, only input references.
|
Copyright © 2012–2022. All rights reserved.