Package | Description |
---|---|
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.accesspath |
This package includes an abstraction layer for efficient access paths, including
chunked iterators, blocking buffers, and an abstraction corresponding to the natural
order of an index.
|
Modifier and Type | Class and Description |
---|---|
class |
BackchainAccessPath
A read-only
IAccessPath that backchains certain inferences. |
Modifier and Type | Class and Description |
---|---|
class |
SPOAccessPath
IAccessPath implementation for an SPORelation . |
Modifier and Type | Interface and Description |
---|---|
interface |
IAccessPath<R>
An abstraction for efficient reads of
IElement s from a
IRelation using the index selected by an IPredicate
constraint. |
interface |
IBindingSetAccessPath<R>
An interface for access paths which visit solutions (versus
IElement
s). |
Modifier and Type | Class and Description |
---|---|
class |
AccessPath<R>
Abstract base class for type-specific
IAccessPath implementations. |
class |
AccessPathFusedView<E>
Deprecated.
by
BOp s using the UNION of JOINs. However, also note that
this is only used for TM and that the focus store is always local
for TM. |
class |
ArrayAccessPath<E>
An access path over an array of elements.
|
class |
EmptyAccessPath<E>
An access path that is known to be empty.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.