| Package | Description |
|---|---|
| com.facebook.presto.spi.relation |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionOptimizer.Level |
ExpressionOptimizer.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionOptimizer.Level[] |
ExpressionOptimizer.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RowExpression |
ExpressionOptimizer.optimize(RowExpression rowExpression,
ExpressionOptimizer.Level level,
ConnectorSession session)
Optimize a RowExpression to
|
Object |
ExpressionOptimizer.optimize(RowExpression expression,
ExpressionOptimizer.Level level,
ConnectorSession session,
Function<VariableReferenceExpression,Object> variableResolver) |
Copyright © 2012–2022. All rights reserved.