Package | Description |
---|---|
com.bigdata.bop.rdf.aggregate | |
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 | Class and Description |
---|---|
class |
AVERAGE
Operator computes the running sum over the presented binding sets for the
given variable.
|
class |
GROUP_CONCAT
Operator combines the string values over the presented binding sets for the
given variable.
|
class |
MAX
Operator reports the minimum observed value over the presented binding sets
for the given variable using SPARQL ORDER_BY semantics.
|
class |
MIN
Operator reports the minimum observed value over the presented binding sets
for the given variable using SPARQL ORDER_BY semantics.
|
class |
SUM
Operator computes the running sum over the presented binding sets for the
given variable.
|
Modifier and Type | Class and Description |
---|---|
class |
BNodeBOp
The BNODE()/BNODE(Literal) function as defined in SPARQL 1.1 Query
Language for RDF.
|
class |
CompareBOp
Perform open-world value comparison operations per the SPARQL spec (the LT
operator).
|
class |
ConcatBOp |
class |
DatatypeBOp
Return the datatype of the literal argument.
|
class |
DateBOp
A date expression involving a left IValueExpression operand.
|
class |
DigestBOp
A Digest expression involving a
IValueExpression operand. |
class |
EBVBOp
Calculates the "effective boolean value" of an IValueExpression.
|
class |
EncodeForURIBOp |
class |
FuncBOp
Call one of the Sesame casting functions.
|
class |
IriBOp
The IRI function, as defined in SPARQL 1.1 Query
Language for RDF.
|
class |
IsNumericBOp
Imposes the constraint
isLiteral(x) . |
class |
LangBOp
Return the language tag of the literal argument.
|
class |
LangMatchesBOp
Implements the langMatches
SPARQL operator.
|
class |
LcaseBOp
http://www.w3.org/2005/xpath-functions#lower-case
|
class |
MathBOp
A math expression involving a left and right IValueExpression operand.
|
class |
NowBOp
Implements the now() operator.
|
class |
NumericBOp
A math expression involving a left and right IValueExpression operand.
|
class |
RegexBOp
SPARQL REGEX operator.
|
class |
ReplaceBOp |
class |
SameTermBOp
Compare two terms for exact equality.
|
class |
StrAfterBOp |
class |
StrBeforeBOp |
class |
StrBOp
Convert the
IV to a xsd:string . |
class |
StrcontainsBOp |
class |
StrdtBOp |
class |
StrendsBOp |
class |
StrlangBOp |
class |
StrlenBOp |
class |
StrstartsBOp |
class |
SubstrBOp
This function has an origin of ONE (1) not ZERO (0).
|
class |
UcaseBOp |
class |
UUIDBOp
Implements the now() operator.
|
class |
XsdLongBOp
Convert the
IV to a xsd:long . |
class |
XsdStrBOp
Convert the
IV to a xsd:string . |
class |
XsdUnsignedLongBOp
Convert the
IV to a xsd:unsignedLong . |
Modifier and Type | Class and Description |
---|---|
class |
ComputedMaterializationRequirement
Computed
INeedsMaterialization metadata for an
IValueExpression . |
Modifier and Type | Method and Description |
---|---|
INeedsMaterialization |
IValueExpressionMetadata.getMaterializationRequirement()
Return the materialization requirement for this filter.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.