Show / Hide Table of Contents

Class FullTextFunctionFactory

A SPARQL Expression Factory reserved as a future extension point but not currently compiled or used.
Inheritance
System.Object
FullTextFunctionFactory
Implements
ISparqlCustomExpressionFactory
Namespace: VDS.RDF.Query.Expressions
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class FullTextFunctionFactory : object, ISparqlCustomExpressionFactory

Properties

| Improve this Doc View Source

AvailableExtensionAggregates

Gets the URIs of available extension aggregates.
Declaration
public IEnumerable<Uri> AvailableExtensionAggregates { get; }
Property Value
Type Description
IEnumerable<Uri>
| Improve this Doc View Source

AvailableExtensionFunctions

Gets the URIs of available extension functions.
Declaration
public IEnumerable<Uri> AvailableExtensionFunctions { get; }
Property Value
Type Description
IEnumerable<Uri>

Methods

| Improve this Doc View Source

TryCreateExpression(Uri, List<ISparqlExpression>, Dictionary<String, ISparqlExpression>, out ISparqlExpression)

Tries to create an expression.
Declaration
public bool TryCreateExpression(Uri u, List<ISparqlExpression> args, Dictionary<string, ISparqlExpression> scalarArguments, out ISparqlExpression expr)
Parameters
Type Name Description
Uri u Function URI.
List<ISparqlExpression> args Arguments.
Dictionary<System.String, ISparqlExpression> scalarArguments Scalar Arguments.
ISparqlExpression expr Resulting SPARQL Expression.
Returns
Type Description
System.Boolean True if a SPARQL Expression could be created, False otherwise.

Implements

ISparqlCustomExpressionFactory

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • AvailableExtensionAggregates
    • AvailableExtensionFunctions
  • Methods
    • TryCreateExpression(Uri, List<ISparqlExpression>, Dictionary<String, ISparqlExpression>, out ISparqlExpression)
  • Implements
  • Extension Methods
Back to top Generated by DocFX