Package | Description |
---|---|
org.apache.ambari.server.api.predicate.expressions | |
org.apache.ambari.server.api.predicate.operators |
Modifier and Type | Method and Description |
---|---|
static LogicalExpression |
LogicalExpressionFactory.createLogicalExpression(LogicalOperator op)
Create a logical expression instance.
|
Constructor and Description |
---|
LogicalExpression(LogicalOperator op)
Constructor.
|
NotLogicalExpression(LogicalOperator op)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AndOperator
And operator implementation.
|
class |
NotOperator
Not unary operator implementation.
|
class |
OrOperator
Or operator implementation.
|
Modifier and Type | Method and Description |
---|---|
static LogicalOperator |
LogicalOperatorFactory.createOperator(String operator,
int ctxPrecedence)
Creates a logical operator based on the operator token.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.