Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.aggregate | |
com.bigdata.bop.ap | |
com.bigdata.bop.ap.filter |
These filters are based on the striterator patterns.
|
com.bigdata.bop.bindingSet | |
com.bigdata.bop.bset | |
com.bigdata.bop.constraint |
This package provides implementations for operators which impose constraints
on elements visited by some access path.
|
com.bigdata.bop.controller |
This package provides operators for subquery, including UNION, STEPS,
and STAR (transitive closure).
|
com.bigdata.bop.engine | |
com.bigdata.bop.fed | |
com.bigdata.bop.fed.shards | |
com.bigdata.bop.join | |
com.bigdata.bop.joinGraph |
This package provides support for join graphs, query optimization,
and generating full query plans from a join graph and the
evaluation order identified by a query optimizer.
|
com.bigdata.bop.joinGraph.rto | |
com.bigdata.bop.mutation | |
com.bigdata.bop.paths | |
com.bigdata.bop.rdf.aggregate | |
com.bigdata.bop.rdf.filter | |
com.bigdata.bop.rdf.join | |
com.bigdata.bop.rdf.update |
This package provides bigdata operators for SPARQL update.
|
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
com.bigdata.rdf.graph |
The GAS (Gather Apply Scatter) API was developed for PowerGraph
(aka GraphLab 2.1).
|
com.bigdata.rdf.internal.constraints | |
com.bigdata.rdf.internal.encoder | |
com.bigdata.rdf.lexicon | |
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.relation.rule | |
com.bigdata.rdf.rules | |
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.cache | |
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.eval.service | |
com.bigdata.rdf.sparql.ast.eval.update | |
com.bigdata.rdf.sparql.ast.explainhints | |
com.bigdata.rdf.sparql.ast.optimizers | |
com.bigdata.rdf.sparql.ast.service |
This package provides support for SPARQL 1.1 Federated Query, including the
special case of "service" end points which live within the same JVM and use
direct method calls rather than SPARQL Query and remote (HTTP) end points
for which we will generate an appropriate SPARQL query.
|
com.bigdata.rdf.sparql.ast.ssets | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.rdf.vocab |
This package provides a variety of different pre-compiled
Vocabulary classes. |
com.bigdata.relation |
This package includes an abstraction layer for relations.
|
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.
|
com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
com.bigdata.relation.rule.eval.pipeline |
This package implements a pipeline join.
|
com.bigdata.search |
This package provides full text indexing and search.
|
com.bigdata.service.fts | |
com.bigdata.service.geospatial | |
com.bigdata.service.geospatial.impl | |
com.bigdata.striterator |
Streaming iterator patterns based on Martyn Cutcher's striterator design
but supporting generics and with extensions for closable, chunked, and
ordered streaming iterators.
|
Class and Description |
---|
AbstractAccessPathOp
Interface for evaluating operations producing chunks of elements (tuples
materialized from some index of a relation).
|
Bind
Operator causes a variable to be bound to the result of its evaluation as a
side-effect.
|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BOpContextBase
Base class for the bigdata operation evaluation context (NOT serializable).
|
BOpEvaluationContext
Type safe enumeration indicates where an operator may be evaluated.
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
Constant
A constant.
|
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
HashMapAnnotations
Annotations for an operator using an internal hash map.
|
IBind
A marker interface for an
IValueExpression which has the side-effect
of binding a value on an IVariable . |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IdFactory
An interface for a bop identifier factory.
|
IElement
An interface for exposing the data in an object view of a tuple by index
position.
|
ILocatableResourceAnnotations
Annotations to locate a resource.
|
ImmutableBOp |
IndexAnnotations
Annotations for operators using a persistence capable index.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IQueryAttributes
An interface providing access to named attribute values which may be shared
across operators or across multiple invocations of the same operator.
|
ITimestampAnnotations
Annotation for the timestamp of a resource view.
|
IValueExpression
An expression which may be evaluated to a value.
|
IVariable
A variable.
|
IVariableOrConstant
Abstraction models either a constant or an unbound variable.
|
ModifiableBOpBase
Abstract base class for mutable
BOp s. |
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
Var
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
ImmutableBOp |
IValueExpression
An expression which may be evaluated to a value.
|
Class and Description |
---|
AbstractAccessPathOp
Interface for evaluating operations producing chunks of elements (tuples
materialized from some index of a relation).
|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BOpContextBase
Base class for the bigdata operation evaluation context (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IElement
An interface for exposing the data in an object view of a tuple by index
position.
|
ILocatableResourceAnnotations
Annotations to locate a resource.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IPredicate.Annotations
Interface declaring well known annotations.
|
ITimestampAnnotations
Annotation for the timestamp of a resource view.
|
IVariable
A variable.
|
IVariableOrConstant
Abstraction models either a constant or an unbound variable.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
HashMapAnnotations
Annotations for an operator using an internal hash map.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IVariable
A variable.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IValueExpression
An expression which may be evaluated to a value.
|
IValueExpressionConstraint |
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
HashMapAnnotations
Annotations for an operator using an internal hash map.
|
HTreeAnnotations
Annotations for an operator using an
HTree . |
IBindingSet
Interface for a set of bindings.
|
IndexAnnotations
Annotations for operators using a persistence capable index.
|
ISingleThreadedOp
Marker interface for an operator whose instances do not support concurrent
execution.
|
IVariable
A variable.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IQueryAttributes
An interface providing access to named attribute values which may be shared
across operators or across multiple invocations of the same operator.
|
IQueryContext
Context for the evaluation of a query pipeline.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IQueryContext
Context for the evaluation of a query pipeline.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
HashMapAnnotations
Annotations for an operator using an internal hash map.
|
HTreeAnnotations
Annotations for an operator using an
HTree . |
IBindingSet
Interface for a set of bindings.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
ILocatableResourceAnnotations
Annotations to locate a resource.
|
IndexAnnotations
Annotations for operators using a persistence capable index.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IShardwisePipelineOp
An interface for
PipelineOp s which are mapped across
shards. |
ISingleThreadedOp
Marker interface for an operator whose instances do not support concurrent
execution.
|
ITimestampAnnotations
Annotation for the timestamp of a resource view.
|
IVariable
A variable.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IShardwisePipelineOp
An interface for
PipelineOp s which are mapped across
shards. |
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
ImmutableBOp |
IValueExpression
An expression which may be evaluated to a value.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BTreeAnnotations
Annotations for an operator using an
BTree . |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
HashMapAnnotations
Annotations for an operator using an internal hash map.
|
IndexAnnotations
Annotations for operators using a persistence capable index.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
ILocatableResourceAnnotations
Annotations to locate a resource.
|
ITimestampAnnotations
Annotation for the timestamp of a resource view.
|
IVariable
A variable.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Var
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContext
The evaluation context for the operator (NOT serializable).
|
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
ConcurrentHashMapAnnotations
Annotations for an operator using an internal concurrent hash map.
|
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
HashMapAnnotations
Annotations for an operator using an internal hash map.
|
HTreeAnnotations
Annotations for an operator using an
HTree . |
IBindingSet
Interface for a set of bindings.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IndexAnnotations
Annotations for operators using a persistence capable index.
|
IQueryAttributes
An interface providing access to named attribute values which may be shared
across operators or across multiple invocations of the same operator.
|
IQueryContext
Context for the evaluation of a query pipeline.
|
ISingleThreadedOp
Marker interface for an operator whose instances do not support concurrent
execution.
|
IValueExpression
An expression which may be evaluated to a value.
|
IVariable
A variable.
|
IVariableFactory
A factory for
IVariable s (used to facilitate unit testing). |
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
PipelineOp.Annotations |
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBind
A marker interface for an
IValueExpression which has the side-effect
of binding a value on an IVariable . |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
ImmutableBOp |
IValueExpression
An expression which may be evaluated to a value.
|
IValueExpressionConstraint |
IVariable
A variable.
|
ModifiableBOpBase
Abstract base class for mutable
BOp s. |
NV
A name-value pair.
|
PipelineOp.Annotations |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
IBindingSet
Interface for a set of bindings.
|
IVariable
A variable.
|
Class and Description |
---|
AbstractAccessPathOp
Interface for evaluating operations producing chunks of elements (tuples
materialized from some index of a relation).
|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
IVariableOrConstant
Abstraction models either a constant or an unbound variable.
|
NV
A name-value pair.
|
Class and Description |
---|
IElement
An interface for exposing the data in an object view of a tuple by index
position.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IValueExpression
An expression which may be evaluated to a value.
|
IVariable
A variable.
|
Var
A variable.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
IBindingSet
Interface for a set of bindings.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BOpContextBase
Base class for the bigdata operation evaluation context (NOT serializable).
|
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
ImmutableBOp |
IValueExpression
An expression which may be evaluated to a value.
|
IVariable
A variable.
|
IVariableOrConstant
Abstraction models either a constant or an unbound variable.
|
ModifiableBOpBase
Abstract base class for mutable
BOp s. |
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
Class and Description |
---|
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOpContextBase
Base class for the bigdata operation evaluation context (NOT serializable).
|
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IdFactory
An interface for a bop identifier factory.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IValueExpression
An expression which may be evaluated to a value.
|
IVariable
A variable.
|
NV
A name-value pair.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
PipelineOp
Abstract base class for pipeline operators where the data moving along the
pipeline is chunks of
IBindingSet s. |
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
IVariable
A variable.
|
Class and Description |
---|
BOpContextBase
Base class for the bigdata operation evaluation context (NOT serializable).
|
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IVariable
A variable.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IVariable
A variable.
|
IVariableOrConstant
Abstraction models either a constant or an unbound variable.
|
ModifiableBOpBase
Abstract base class for mutable
BOp s. |
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
Class and Description |
---|
AbstractAccessPathOp
Interface for evaluating operations producing chunks of elements (tuples
materialized from some index of a relation).
|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOp.Annotations
Interface declaring well known annotations.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
BufferAnnotations
Annotations for
BlockingBuffer as used by various kinds of operators. |
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IElement
An interface for exposing the data in an object view of a tuple by index
position.
|
ILocatableResourceAnnotations
Annotations to locate a resource.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IPredicate.Annotations
Interface declaring well known annotations.
|
ITimestampAnnotations
Annotation for the timestamp of a resource view.
|
IVariable
A variable.
|
IVariableOrConstant
Abstraction models either a constant or an unbound variable.
|
NV
A name-value pair.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
Class and Description |
---|
IConstant
A constant.
|
Class and Description |
---|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
Class and Description |
---|
BOpContext
The evaluation context for the operator (NOT serializable).
|
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
Class and Description |
---|
AbstractAccessPathOp
Interface for evaluating operations producing chunks of elements (tuples
materialized from some index of a relation).
|
BOp
An operator, such as a constant, variable, join, sort, filter, etc.
|
BOpBase
Abstract base class for copy-on-write
BOp s. |
Constant
A constant.
|
CoreBaseBOp
Base class with some common methods for mutable and copy-on-write
BOp
s. |
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
IVariableOrConstant
Abstraction models either a constant or an unbound variable.
|
Var
A variable.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IConstraint
An interface for specifying constraints on the allowable states of an
IBindingSet . |
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
Var
A variable.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
IVariable
A variable.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IVariable
A variable.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IVariable
A variable.
|
Class and Description |
---|
IBindingSet
Interface for a set of bindings.
|
IConstant
A constant.
|
IVariable
A variable.
|
Class and Description |
---|
IPredicate
An immutable constraint on the elements visited using an
IAccessPath . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.