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 |
---|---|
NumericBOp.NumericOp |
NumericBOp.op() |
static NumericBOp.NumericOp |
NumericBOp.NumericOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericBOp.NumericOp[] |
NumericBOp.NumericOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NumericIV |
MathUtility.numericalFunc(org.openrdf.model.Literal lit,
NumericBOp.NumericOp op)
The XPath numeric functions: abs, ceiling, floor, and round.
|
Constructor and Description |
---|
NumericBOp(IValueExpression<? extends IV> left,
NumericBOp.NumericOp op) |
Constructor and Description |
---|
FunctionRegistry.NumericFactory(NumericBOp.NumericOp op) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.