| Name | Description | Type | Package | Framework |
| AbstractAddRemoveStatementsOp | Abstract base class for operations which add or remove statements from theVersion:$Id$Author:Bryan ThompsonSee Also:Serialized Form | Class | com.bigdata.bop.rdf.update | BlazeGraph |
| AbstractAddRemoveStatementsOp .Annotations | Interface | com.bigdata.bop.rdf.update | BlazeGraph | |
| AVERAGE | Operator computes the running sum over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| ChunkedMaterializationIterator | Iterator pattern for chunked materialization. | Class | com.bigdata.bop.rdf.join | BlazeGraph |
| ChunkedMaterializationOp | A vectored materialization operator based on pretty much the same logic as BigdataBindingSetResolverator. | Class | com.bigdata.bop.rdf.join | BlazeGraph |
| ChunkedMaterializationOp .Annotations | Interface | com.bigdata.bop.rdf.join | BlazeGraph | |
| ChunkedResolutionOp | Vectored operator adds and/or resolves the RDF Values associated with mock IVs. | Class | com.bigdata.bop.rdf.update | BlazeGraph |
| ChunkedResolutionOp .Annotations | Interface | com.bigdata.bop.rdf.update | BlazeGraph | |
| CommitOp | Commit the operation. | Class | com.bigdata.bop.rdf.update | BlazeGraph |
| CommitOp .Annotations | Interface | com.bigdata.bop.rdf.update | BlazeGraph | |
| COUNT | Operator computes the number of non-null values over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| DataSetJoin | DataSetJoin(left)[var=g; graphs={graphIds}] SPARQL specific join of the source binding sets with an inline access path | Class | com.bigdata.bop.rdf.join | BlazeGraph |
| DataSetJoin .Annotations | Interface | com.bigdata.bop.rdf.join | BlazeGraph | |
| GenerateBarData | A data set generator. | Class | com.bigdata.bop.rdf.joinGraph | BlazeGraph |
| GROUP_CONCAT | Operator combines the string values over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| GROUP_CONCAT .Annotations | Interface | com.bigdata.bop.rdf.aggregate | BlazeGraph | |
| InlineMaterializeOp | This operator is used as part of the BigdataValue materialization step inside the pipeline. | Class | com.bigdata.bop.rdf.join | BlazeGraph |
| InlineMaterializeOp .Annotations | Interface | com.bigdata.bop.rdf.join | BlazeGraph | |
| InsertDataOp | Operator to insert ISPOs into bigdata. | Class | com.bigdata.bop.rdf.update | BlazeGraph |
| InsertStatementsOp | Vectored insert operator for RDF Statements. | Class | com.bigdata.bop.rdf.update | BlazeGraph |
| MAX | Operator reports the minimum observed value over the presented binding sets for the given variable using SPARQL ORDER_BY semantics. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| MIN | Operator reports the minimum observed value over the presented binding sets for the given variable using SPARQL ORDER_BY semantics. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| MockTermResolverOp | A vectored operator that resolves variables bound to mocked terms in binding sets through a dictionary join. | Class | com.bigdata.bop.rdf.join | BlazeGraph |
| MockTermResolverOp .Annotations | Interface | com.bigdata.bop.rdf.join | BlazeGraph | |
| NativeDistinctFilter | A scalable DISTINCT operator based for SPOs. | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| NativeDistinctFilter .Annotations | Interface | com.bigdata.bop.rdf.filter | BlazeGraph | |
| NativeDistinctFilter .DistinctFilterImpl | A Filter which passes only the DISTINCT ISPOs and is backed by a scalable data structure (BTree or HTree). | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| ParseOp | Operator parses a RDF data source, writing bindings which represent statements onto the output sink. | Class | com.bigdata.bop.rdf.update | BlazeGraph |
| ParseOp .Annotations | Note: BOp. | Interface | com.bigdata.bop.rdf.update | BlazeGraph |
| ParserStats | Class | com.bigdata.bop.rdf.update | BlazeGraph | |
| RemoveStatementsOp | Vectored remove operator for RDF Statements. | Class | com.bigdata.bop.rdf.update | BlazeGraph |
| SAMPLE | Operator reports an arbitrary value from presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| StripContextFilter | Strips the context information from an SPO. | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| SUM | Operator computes the running sum over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.bop.rdf.join | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.bop.rdf | BlazeGraph |
| TestAVERAGE | Unit tests for AVERAGE. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestBind | Test suite for logic which "joins" two solutions, propagating bindings, verifying constraints, and dropping bindings which are not to be kept. | Class | com.bigdata.bop.rdf | BlazeGraph |
| TestBOpUtility | Unit tests for BOpUtility. | Class | com.bigdata.bop.rdf | BlazeGraph |
| TestCOUNT | Unit tests for COUNT. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestDataSetJoin | Class | com.bigdata.bop.rdf.join | BlazeGraph | |
| TestGROUP_CONCAT | Unit tests for GROUP_CONCAT Note: Several of the tests exercise the | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestMAX | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph | |
| TestMIN | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph | |
| TestNativeDistinctFilter | Unit tests for NativeDistinctFilter. | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| TestNativeDistinctFilter .JoinSetup | Setup for a problem used by many of the join test suites. | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| TestSameVariableConstraint | Test suite for SameVariableConstraint. | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| TestSAMPLE | Unit tests for SAMPLE. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestStripContextFilter | Test suite for StripContextFilter. | Class | com.bigdata.bop.rdf.filter | BlazeGraph |
| TestSUM | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph | |
| VariableUnificationOp | Operator computing a join over two variables already bound variables in the mapping set (for which the IV has been computed already). | Class | com.bigdata.bop.rdf.join | BlazeGraph |
| VariableUnificationOp .Annotations | Interface | com.bigdata.bop.rdf.join | BlazeGraph | |