Package | Description |
---|---|
com.bigdata.rdf.internal.constraints |
Modifier and Type | Class and Description |
---|---|
class |
AndBOp
Imposes the constraint
x AND y . |
class |
BNodeBOp
The BNODE()/BNODE(Literal) function as defined in SPARQL 1.1 Query
Language for RDF.
|
class |
CoalesceBOp
Coalesce BOp The COALESCE function form returns the RDF term value of the first expression that evaluates without error.
|
class |
CompareBOp
Perform open-world value comparison operations per the SPARQL spec (the LT
operator).
|
class |
ComputedIN
"IN" and "NOT IN" operator based on testing of the enumerated value
expressions.
|
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 |
FalseBOp
Always evaluates to false.
|
class |
FuncBOp
Call one of the Sesame casting functions.
|
class |
IfBOp
Conditional if BOp
|
class |
InBinaryBOp
A constraint that a variable may only take on the bindings enumerated by some
set.
|
class |
InBOp
Abstract base class for "IN"
IConstraint implementations. |
class |
InHashBOp
A constraint that a value expression which may only take on the bindings
enumerated by some set of constants.
|
class |
IriBOp
The IRI function, as defined in SPARQL 1.1 Query
Language for RDF.
|
class |
IsBNodeBOp
Imposes the constraint
isBNode(x) . |
class |
IsBoundBOp
Imposes the constraint
bound(x) for the variable x. |
class |
IsInlineBOp
Imposes the constraint
isInline(x) . |
class |
IsLiteralBOp
Imposes the constraint
isLiteral(x) . |
class |
IsMaterializedBOp
Imposes the constraint
isMaterialized(x) . |
class |
IsNumericBOp
Imposes the constraint
isLiteral(x) . |
class |
IsURIBOp
Imposes the constraint
isURI(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 |
NeedsMaterializationBOp
Attempts to run a constraint prior to materialization.
|
class |
NotBOp
Imposes the constraint
!x . |
class |
NowBOp
Implements the now() operator.
|
class |
NumericBOp
A math expression involving a left and right IValueExpression operand.
|
class |
OrBOp
Imposes the constraint
x OR y . |
class |
RandBOp |
class |
RegexBOp
SPARQL REGEX operator.
|
class |
ReplaceBOp |
class |
SameTermBOp
Compare two terms for exact equality.
|
class |
SparqlTypeErrorBOp
Always throws a SparqlTypeError.
|
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 |
TrueBOp
Always evaluates to true.
|
class |
UcaseBOp |
class |
UUIDBOp
Implements the now() operator.
|
class |
XSDBooleanIVValueExpression
Base class for RDF value expression BOps that happen to evaluate to an
XSDBooleanIV . |
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 | Method and Description |
---|---|
boolean |
MathBOp.equals(IVValueExpression o) |
Constructor and Description |
---|
IVValueExpression(IVValueExpression<T> op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.