public class RelationalOperatorFactory extends Object
Constructor and Description |
---|
RelationalOperatorFactory() |
Modifier and Type | Method and Description |
---|---|
static RelationalOperator |
createOperator(String operator)
Create a relational operator based on the string representation
of the operator.
|
public static RelationalOperator createOperator(String operator) throws InvalidQueryException
operator
- the string representation of the operatorInvalidQueryException
- if an invalid operator is passed inCopyright © 2022 Apache Software Foundation. All rights reserved.