Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.evaluation.util | |
org.openrdf.query.parser.sparql.ast | |
org.openrdf.sail.rdbms.algebra | |
org.openrdf.sail.rdbms.evaluation |
Modifier and Type | Method and Description |
---|---|
MathExpr.MathOp |
MathExpr.getOperator() |
static MathExpr.MathOp |
MathExpr.MathOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathExpr.MathOp[] |
MathExpr.MathOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MathExpr.setOperator(MathExpr.MathOp operator) |
Constructor and Description |
---|
MathExpr(ValueExpr leftArg,
ValueExpr rightArg,
MathExpr.MathOp operator) |
Modifier and Type | Method and Description |
---|---|
static Literal |
MathUtil.compute(Literal leftLit,
Literal rightLit,
MathExpr.MathOp op)
Computes the result of applying the supplied math operator on the supplied
left and right operand.
|
Modifier and Type | Method and Description |
---|---|
MathExpr.MathOp |
ASTMath.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
ASTMath.setOperator(MathExpr.MathOp operator) |
Modifier and Type | Method and Description |
---|---|
MathExpr.MathOp |
SqlMathExpr.getOperator() |
Constructor and Description |
---|
SqlMathExpr(SqlExpr leftArg,
MathExpr.MathOp op,
SqlExpr rightArg) |
Modifier and Type | Method and Description |
---|---|
void |
SqlExprBuilder.math(MathExpr.MathOp op) |
Copyright © 2001-2016 Aduna. All Rights Reserved.