public class StrcontainsBOp extends XSDBooleanIVValueExpression implements INeedsMaterialization
http://www.w3.org/2005/xpath-functions#contains
,
Serialized FormIVValueExpression.Annotations
INeedsMaterialization.Requirement
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
StrcontainsBOp(BOp[] args,
Map<String,Object> anns) |
StrcontainsBOp(IValueExpression<? extends IV> x,
IValueExpression<? extends IV> y) |
StrcontainsBOp(StrcontainsBOp op) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(IBindingSet bs)
Implement this method.
|
INeedsMaterialization.Requirement |
getRequirement()
Does the bop always need materialized variables, or can it sometimes
operate on inline terms without materialization? If sometimes, we'll
run it before the materialization pipeline steps in an effort to avoid
unnecessary materialization overhead.
|
areGlobalsRequired, get, wrap
anns, asIV, asIV, asLiteral, asValue, get, getAndCheckBound, getAndCheckLiteral, getAndCheckLiteralValue, getLexiconConfiguration, getNamespace, getTimestamp, getValueFactory, literalLabel
__replaceArg, _clearProperty, _set, _setProperty, annotations, annotationsCopy, annotationsEqual, annotationsRef, argIterator, args, argsCopy, arity, clearAnnotations, clearProperty, deepCopy, deepCopy, getProperty, setArg, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
toString
annotations, argIterator, args, arity, clone, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
public StrcontainsBOp(IValueExpression<? extends IV> x, IValueExpression<? extends IV> y)
public StrcontainsBOp(StrcontainsBOp op)
public INeedsMaterialization.Requirement getRequirement()
INeedsMaterialization
getRequirement
in interface INeedsMaterialization
public boolean accept(IBindingSet bs) throws SparqlTypeErrorException
XSDBooleanIVValueExpression
accept
in class XSDBooleanIVValueExpression
bs
- The source solution.true
iff the function accepts the solution.SparqlTypeErrorException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.