Package | Description |
---|---|
org.apache.ambari.server.api.predicate.expressions | |
org.apache.ambari.server.api.predicate.operators |
Constructor and Description |
---|
RelationalExpression(RelationalOperator op)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EqualsOperator
Equals operator implementation.
|
class |
FilterOperator
This is a binary operator which takes right operand as a regular
expression and applies it to the left operand
|
class |
GreaterEqualsOperator
Greater Than Or Equals operator implementation.
|
class |
GreaterOperator
Greater Than operator implementation.
|
class |
InOperator
IN relational operator.
|
class |
IsEmptyOperator
Operator that is used to determine if a category is empty, meaning that it doesn't
contain any properties.
|
class |
LessEqualsOperator
Less Than or Equals operator implementation.
|
class |
LessOperator
Less Than operator implementation.
|
class |
NotEqualsOperator
Not Equals relational operator implementation.
|
Modifier and Type | Method and Description |
---|---|
static RelationalOperator |
RelationalOperatorFactory.createOperator(String operator)
Create a relational operator based on the string representation
of the operator.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.