Package | Description |
---|---|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
FunctionRegistry.AggregateFactory
Marker interface for aggregate functions.
|
Modifier and Type | Class and Description |
---|---|
static class |
FunctionRegistry.CastFactory |
static class |
FunctionRegistry.CompareFactory |
static class |
FunctionRegistry.DateFactory |
static class |
FunctionRegistry.DigestFactory |
static class |
FunctionRegistry.ExistsFactory
Factory for EXISTS() and NOT EXISTS().
|
static class |
FunctionRegistry.GroupConcatFactory |
static class |
FunctionRegistry.InFactory
NumericExpression IN ArgList is an infix operator. |
static class |
FunctionRegistry.MathFactory |
static class |
FunctionRegistry.NumericFactory |
static class |
FunctionRegistry.SameTermFactory |
Modifier and Type | Method and Description |
---|---|
static FunctionRegistry.Factory |
FunctionRegistry.remove(org.openrdf.model.URI functionURI)
Remove a registered function
FunctionRegistry.Factory . |
Modifier and Type | Method and Description |
---|---|
static void |
FunctionRegistry.add(org.openrdf.model.URI functionURI,
FunctionRegistry.Factory factory)
Register a factory for a function.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.