Class SameTermFilter
Represents a special case Filter where the Filter is supposed to restrict a variable to just one value i.e. FILTER(SAMETERM(?x, <value>)).
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRdf.dll
Syntax
public class SameTermFilter : SingleValueRestrictionFilter, IFilter, IUnaryOperator, ISparqlAlgebra, IVisitable, IProcessable
Constructors
| Improve this Doc View SourceSameTermFilter(ISparqlAlgebra, string, ConstantTerm)
Creates a new Same Term Filter.
Declaration
public SameTermFilter(ISparqlAlgebra pattern, string var, ConstantTerm term)
Parameters
Type | Name | Description |
---|---|---|
ISparqlAlgebra | pattern | Algebra the Filter applies over. |
string | var | Variable to restrict on. |
ConstantTerm | term | Expression Term. |
Methods
| Improve this Doc View SourceTransform(IAlgebraOptimiser)
Transforms the Inner Algebra using the given Optimiser.
Declaration
public override ISparqlAlgebra Transform(IAlgebraOptimiser optimiser)
Parameters
Type | Name | Description |
---|---|---|
IAlgebraOptimiser | optimiser | Optimiser. |
Returns
Type | Description |
---|---|
ISparqlAlgebra |