| Package | Description | 
|---|---|
| org.apache.sysds.parser | 
| Modifier and Type | Method and Description | 
|---|---|
Expression.RelationalOp | 
RelationalExpression.getOpCode()  | 
static Expression.RelationalOp | 
Expression.getRelationalOp(String val)
Convert string value to relational operator. 
 | 
static Expression.RelationalOp | 
Expression.RelationalOp.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Expression.RelationalOp[] | 
Expression.RelationalOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
RelationalExpression(Expression.RelationalOp bop)  | 
RelationalExpression(Expression.RelationalOp bop,
                    ParseInfo parseInfo)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.