Package | Description |
---|---|
com.bigdata.rdf.internal.constraints | |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Method and Description |
---|---|
MathBOp.MathOp |
MathBOp.op() |
static MathBOp.MathOp |
MathBOp.MathOp.valueOf(org.openrdf.query.algebra.MathExpr.MathOp op) |
static MathBOp.MathOp |
MathBOp.MathOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathBOp.MathOp[] |
MathBOp.MathOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IV |
DateTimeUtility.doMathOp(org.openrdf.model.Literal l1,
IV iv1,
org.openrdf.model.Literal l2,
IV iv2,
MathBOp.MathOp op,
BigdataValueFactory vf) |
NumericIV |
MathUtility.doMathOp(org.openrdf.model.Literal l1,
IV iv1,
org.openrdf.model.Literal l2,
IV iv2,
MathBOp.MathOp op,
BigdataValueFactory vf) |
IV |
IMathOpHandler.doMathOp(org.openrdf.model.Literal l1,
IV iv1,
org.openrdf.model.Literal l2,
IV iv2,
MathBOp.MathOp op,
BigdataValueFactory vf)
Perform the operation on arguments.
|
static NumericIV |
MathUtility.literalMath(org.openrdf.model.Literal l1,
org.openrdf.model.Literal l2,
MathBOp.MathOp op) |
Constructor and Description |
---|
MathBOp(IValueExpression<? extends IV> left,
IValueExpression<? extends IV> right,
MathBOp.MathOp op,
GlobalAnnotations globals) |
Constructor and Description |
---|
FunctionRegistry.MathFactory(MathBOp.MathOp op) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.