Package | Description |
---|---|
com.bigdata.btree.keys | |
com.bigdata.rdf.relation.rule | |
com.bigdata.rdf.rules | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IKeyBuilder
Interface for building up variable
unsigned byte[] keys from
one or more primitive data types values and/or Unicode strings. |
Modifier and Type | Class and Description |
---|---|
class |
DelegateSortKeyBuilder<E,F>
Delegation pattern for
ISortKeyBuilder that is useful when you need
to DelegateSortKeyBuilder.resolve(Object) one type to another before applying the delegate
to generate the sort key. |
class |
KeyBuilder
A class that may be used to form multi-component keys but which does not
support Unicode.
|
Modifier and Type | Method and Description |
---|---|
ISortKeyBuilder<E> |
ISortKeyBuilderFactory.newInstance()
Return a thread-local instance (safe for use by a single thread only).
|
Constructor and Description |
---|
DelegateSortKeyBuilder(ISortKeyBuilder<F> delegate) |
Modifier and Type | Class and Description |
---|---|
class |
BindingSetSortKeyBuilder
Builds unsigned byte[] sort keys from
IBindingSet s. |
Modifier and Type | Method and Description |
---|---|
ISortKeyBuilder<IBindingSet> |
RDFJoinNexus.newBindingSetSortKeyBuilder(IRule rule)
FIXME unit tests for DISTINCT with a head and ELEMENT, with bindings and
a head, with bindings but no head, and with a head but no bindings
(error).
|
protected ISortKeyBuilder<?> |
RDFJoinNexus.newSortKeyBuilder(IPredicate<?> head) |
Modifier and Type | Class and Description |
---|---|
class |
SPOSortKeyBuilder
Class produces unsigned byte[] sort keys for
ISPO s. |
Modifier and Type | Method and Description |
---|---|
ISortKeyBuilder<IBindingSet> |
IJoinNexus.newBindingSetSortKeyBuilder(IRule rule)
Return an
ISortKeyBuilder for an IBindingSet . |
protected abstract ISortKeyBuilder<?> |
AbstractJoinNexus.newSortKeyBuilder(IPredicate<?> head)
Return the
ISortKeyBuilder used to impose DISTINCT on the
solutions generated by a query. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.