| 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 |
|---|---|
SqlFunctionId |
SqlInvokedFunction.getFunctionId() |
SqlFunctionId |
SqlFunctionHandle.getFunctionId() |
static SqlFunctionId |
SqlFunctionId.parseSqlFunctionId(String signature) |
| Constructor and Description |
|---|
SqlFunctionHandle(SqlFunctionId functionId,
String version) |
SqlInvokedFunction(List<Parameter> parameters,
String description,
RoutineCharacteristics routineCharacteristics,
String body,
Signature signature,
SqlFunctionId functionId) |
| 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.