| Name | Description | Type | Package | Framework |
| AbstractASTEvaluationTestCase | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AbstractBigdataExprBuilderTestCase | Abstract base class for tests of the BigdataExprBuilder and friends. | Class | com.bigdata.rdf.sparql | BlazeGraph |
|
| AbstractBooleanQueryHint | Base class for Boolean query hints. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| AbstractChunkSizeHint | | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| AbstractDataAndSPARQLTestCase | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AbstractDataDrivenSPARQLTestCase | Abstract base class for data driven test suites. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AbstractFromToGraphManagement | Any of the operations which has a FROM and/or TO graph. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AbstractGraphDataUpdate | Abstract base class for the INSERT DATA and DELETE DATA operations. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AbstractInlineSELECTTestCase | The idea here is that the subclasses provide the data for the test (i. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AbstractJoinGroupOptimizer | | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| AbstractOneGraphManagement | Any of the operations which acts on a single target graph. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AbstractOptimizerTestCase | A helper class that can make it easier to write IASTOptimizer tests. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| AbstractOptimizerTestCase .Annotations | | Interface | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| AbstractOptimizerTestCase .ASTPropertyPathOptimizerInTest | | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| AbstractOptimizerTestCaseWithUtilityMethods | Test case helper class in the style of Helper exposing additional methods for constructing ASTs with different properties. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| AbstractQueryHint | Base class for query hints. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| AbstractRTOTestCase | Data driven test suite for the Runtime Query Optimizer (RTO). | Class | com.bigdata.rdf.sparql.ast.eval.rto | BlazeGraph |
|
| AbstractRTOTestCase .MyQueryListener | Helper class supports inspection of the terminated IRunningQuery. | Class | com.bigdata.rdf.sparql.ast.eval.rto | BlazeGraph |
|
| AbstractServiceFactory | An abstract ServiceFactory that deals with service parameters (magic predicates that configure the service) in a standardized manner using the | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AbstractServiceFactoryBase | Base class for abstract services, providing base implementation for getRequiredBound and getDesiredBound methods (which can be overridden | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AbstractSolutionSetStatsTestCase | Test suite for ISolutionSetStats. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AbstractSolutionSetStatsTestCase .MySolutionStats | Helper class for tests. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AbstractStatementContainer | Recursive container for ground StatementPatternNodes. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AbstractStringQueryHint | Base class for String query hints. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| AddGraph | Graph management operation inserts all data from one graph into another. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ArbitraryLengthPathNode | A special kind of AST node that represents the SPARQL 1. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ArbitraryLengthPathNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AskOptimizer | ASK queries have a LIMIT of ONE imposed unless they are aggregations. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| AssignmentNode | AST node models the assignment of a value expression to a variable BIND( valueExpr AS ?var ) | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| AST2BOpBase | Base class provides support for triples, sids, and quads mode joins which was refactored from the old Rule2BOpUtility class. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpBase .Annotations | Annotations used to mark named and default graph patterns on the IPredicates. | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpContext | Convenience class for passing around the various pieces of context necessary to construct the bop pipeline. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpFilters | Class handles the materialization pattern for filters by adding a series of materialization steps to materialize terms needed downstream. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpJoins | Class handles join patterns. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpRTO | Integration with the Runtime Optimizer (RTO). | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpRTO .Annotations | | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpUpdate | Class handles SPARQL update query plan generation. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpUpdateContext | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| AST2BOpUtility | Query plan generator converts an AST into a query plan made up ofAuthor:Bryan ThompsonSee Also:Query Evaluation. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTALPServiceOptimizer | This ALP SERVICE IASTOptimizer provides a rewrite of a SERVICE expression that makes it possible to specify limits (minimum, maximum path | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTAttachJoinFiltersOptimizer | Optimizer attaches FilterNodes which will run as "join filters" to StatementPatternNodes. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTBase | Base class for the AST. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ASTBase .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ASTBottomUpOptimizer | Rewrites aspects of queries where bottom-up evaluation would produce different results. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTCardinalityOptimizer | Calculate the estimated cardinality of a join group. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTComplexOptionalOptimizer | NOTE: this optimizer was not sound from a correctness perspective in previous versions (cf. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTConstructIterator | Iterator consumes the solutions from a query and interprets them according to a ConstructNode. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTConstructOptimizer | Generates the ProjectionNode for a CONSTRUCT or DESCRIBE query. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTContainer | A super container for the AST. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ASTContainer .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ASTDeferredIVResolution | This class provides batch resolution of internal values, which were left unresolved during query/update preparation. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTDescribeOptimizer | This optimizer rewrites the projection node of a DESCRIBE query into, generating a CONSTRUCT clause and extending the WHERE clause to capture the | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTDistinctTermScanOptimizer | Graph Database | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTEmptyGroupOptimizer | Eliminate semantically empty join group nodes which are the sole child of another join groups. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTEvalHelper | Helper class for evaluating SPARQL queries. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTExistsOptimizer | Optimizer identifies value expressions using EXISTS or NOT EXISTS and rewrites them in a form suitable for evaluation by the query engine. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTFastRangeCountOptimizer | Graph Database | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTFilterNormalizationOptimizer | The ASTFilterNormalizationOptimizer is responsible for the static decomposition and optimization of filter expressions. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTFlattenJoinGroupsOptimizer | Flatten nested (non-optional,non-minus) JoinGroupNodes whenever possible. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTFlattenUnionsOptimizer | Flatten nested UNIONs whenever possible. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTFulltextSearchOptimizer | Translate FTS. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTGeoSpatialSearchOptimizer | Translate FTS#GEOSPATIAL and related magic predicates into a ServiceNode which will invoke the bigdata geospatial service. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTGraphGroupOptimizer | Handles a variety of special constructions related to graph graph groups. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTHashJoinOptimizer | Rewrites join groups having one or more joins which would involve a full cross product as hash joins of sub-groups where there is a constraint imposed | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTJoinGroupFilterExistsInfo | Information about FILTER (NOT) EXISTS patterns within a given join group. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTJoinGroupOrderOptimizer | This optimizer brings a join group node into a valid order according to the SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTJoinGroupPartition | Partition of a join group, defined by a (possibly empty) list of non-optional non-minus nodes, possibly closed by a single optional | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTJoinGroupPartitions | Class representing an ordered list of ASTJoinGroupPartitions. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTJoinOrderByTypeOptimizer | This optimizer simply puts each type of IGroupMemberNode within a JoinGroupNode in the right order with respect to the other types. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTLiftPreFiltersOptimizer | Lift FILTERs which can be evaluated based solely on the bindings in the parent group out of a child group. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTNamedSubqueryOptimizer | Class identifies the join variables for each instance in which a named subquery solution set is incorporated into the query plan. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTOptimizerList | An executable list of query optimizers. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTQueryHintOptimizer | Query hints are identified applied to AST nodes based on the specified scope and the location within the AST in which they are found. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTRangeConstraintOptimizer | AST optimizer recognizes datatype and/or value range constraints and applies them to as range constraints to StatementPatternNodes. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTRangeCountOptimizer | Attach range counts to all statement patterns in the query. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTRangeOptimizer | | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTRunFirstRunLastOptimizer | This optimizer simply puts each type of IGroupMemberNode within a JoinGroupNode in the right order w. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTSearchInSearchOptimizer | Converts a BDS. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTSearchOptimizer | Translate BDS. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTSearchOptimizerBase | Translate FTS. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ASTServiceNodeOptimizer | Rewrites the WHERE clause of each query by lifting out ServiceNodes into a named subquery. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTSetValueExpressionsOptimizer | Visit all the value expression nodes and convert them into value expressions using AST2BOpUtility#toVE(String, IValueExpressionNode). | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTSimpleGroupByAndCountOptimizer | SELECT (COUNT(*) as ?count) ?z WHERE { ?x rdf:type ?z } GROUP BY ?z and similar patterns using an O(N) algorithm, where N is | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTSimpleOptionalOptimizer | A "simple optional" is an optional sub-group that contains only one statement pattern, no sub-groups of its own, and no filters that require materialized | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTSparql11SubqueryOptimizer | Lift SubqueryRoots into named subqueries when appropriate. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTStaticBindingsOptimizer | Optimizer that aims at the optimization of SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTStaticBindingsOptimizer .InlineTasks | Task specifying the inlining opportunities for a given variable in the form of a list of query nodes in which a statically derived value for | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTStaticBindingsOptimizer .StaticBindingInfo | during query analysis. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTStaticBindingsOptimizer .VariableUsageInfo | Helper class used to record usage of a given variable, i. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTStaticJoinOptimizer | This is an AST optimizer port of the old "static" optimizer - DefaultEvaluationPlan2. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTStaticJoinOptimizer .Annotations | | Interface | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTSubGroupJoinVarOptimizer | Optimizer assigns join variables to sub-groups. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTUnionFiltersOptimizer | | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTUnknownTermOptimizer | Pruning rules for unknown IVs in statement patterns: If an optional join is known to fail, then remove the optional group in which | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| ASTUtil | Some utility methods for AST/IV conversions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ASTWildcardProjectionOptimizer | Rewrites any ProjectionNode with a wild card into the set of variables visible to the QueryBase having that projection. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| BasicBooleanQueryHint | Basic boolean query hint. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| BasicDoubleQueryHint | Basic double query hint. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| BasicIntQueryHint | Basic integer query hint. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| BasicLongQueryHint | Basic long integer query hint. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| BasicStringQueryHint | Basic string query hint. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| BigdataNativeMockServiceFactory | Mock service reports the solutions provided in the constructor. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| BigdataNativeServiceOptions | Service options base class for bigdata aware services. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| BigdataServiceCall | Service invocation interface for an in-process service which knows how toSee Also:ServiceRegistry, | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| BindingsClause | The solutions declared by a BINDINGS clause. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| BindingsClause .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| BottomUpSemanticsExplainHint | Explain hint indicating potential problems caused by the bottom-up evaluation semantics of SPARQL. | Class | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| BSBMQ5Setup | Problem setup for BSBM Q5. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| CacheConnectionFactory | A factory pattern for the ICacheConnection. | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| CacheConnectionImpl | A connection to a local, remote, or distributed caching layer. | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| CBD | Utility class for computing the Concise Bounded Description. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ClearGraph | The CLEAR operation removes all the triples in the specified graph(s) in the CLEAR ( SILENT )? (GRAPH IRIref | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| CompiledSolutionSetStats | Class models the compiled statistics based on the observed solutions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ComputedMaterializationRequirement | Computed INeedsMaterialization metadata for anVersion:$Id: ComputedMaterializationRequirement. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ConstantNode | Used to represent a constant in the AST. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ConstructNode | A template for the construction of one or more graphs based on the solutions projected by a query. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ConstructNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| CopyGraph | The COPY operation is a shortcut for inserting all data from an input graph into a destination graph. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| CreateEntailments | The CREATE ENTAILMENTS operation compute entailments in the Graph Store. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| CreateGraph | This operation creates a graph in the Graph Store (this operation is a NOP CREATE ( SILENT )? GRAPH IRIref | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| CreateGraph .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| CustomServiceFactory | Interface for custom services. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| CustomServiceFactoryBase | Base class for abstract services, providing base implementation for getRequiredBound and getDesiredBound methods (which can be overridden | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| DatasetNode | AST node models a SPARQL default graph and/or named graph data set. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DataSetSummary | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| DefaultOptimizerList | Pre-populated list of the default optimizers. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| DeleteData | The DELETE DATA operation removes some triples, given inline in the request, if the respective graphs in the Graph Store contain those: | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DeleteInsertGraph | The DELETE/INSERT operation can be used to remove or add triples from/to the Graph Store based on bindings for a query pattern specified in a WHERE | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DescribeBindingsCollector | Collects and reports the distinct bindings observed on some set of variables. | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| DescribeCache | An interface providing a maintained DESCRIBE cache for some AbstractTripleStore. | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| DescribeCacheUpdater | Collects statements written onto the RDFWriter interface and adds/replaces the DESCRIBE of the Resource specified to the | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| DescribeModeEnum | enum DescribeModeEnumType-safe enumeration of the different ways in which we can evaluate a | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DescribeServiceFactory | This service tracks KB updates via an IChangeLog and is responsible for DESCRIBE cache invalidation for resources for which an update has been | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| DGExpander | Parallel subquery for a default graph access path. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| DisableEntailments | The DISABLE ENTAILMENTS operation disable incremental truth maintenance. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DropEntailments | The DROP ENTAILMENTS operation removes all entailments from the Graph Store. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DropGraph | The DROP operation removes the specified graph(s) from the Graph Store. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DropGraph .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| DummyConstantNode | The dummy constant node is used to represent constants in the AST that do not actually exist in the database. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| EmptySolutionSetStats | An object which mocks the statistics for a single empty solution set. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| EnableEntailments | The ENABLE ENTAILMENTS operation enable incremental truth maintenance. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ExistsNode | A special function node for modeling EXISTS. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ExplainHint | Abstract base class for explain hints, providing a common base implementations, to be reused in concrete subclasses. | Class | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| ExplainHints | A list of IExplainHints, to be attached as an annotation to an ASTBase node. | Class | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| ExternalServiceCall | Service invocation interface for an external (non-bigdata, but same JVM) service. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| FilterExistsModeEnum | enum FilterExistsModeEnumUsed to specify the query plan for FILTER (NOT) EXISTS. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FilterNode | AST node models a value expression which imposes a constraint. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionNode | AST node for anything which is neither a constant nor a variable, including math operators, string functions, etc. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry | Registry for built-in and external SPARQL functions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .AggregateFactory | Marker interface for aggregate functions. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .CastFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .CompareFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .DateFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .DigestFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .ExistsFactory | Factory for EXISTS() and NOT EXISTS(). | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .Factory | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .GroupConcatFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .GroupConcatFactory .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .InFactory | NumericExpression IN ArgList is an infix operator. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .InFactory .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .MathFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .NumericFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .SameTermFactory | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| FunctionRegistry .UnknownFunctionBOp | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GeoSpatialServiceFactory | A factory for a geospatial service, see GeoSpatial. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| GeoSpatialServiceFactory .GeoSpatialDefaults | Default values for geospatial service, such as unit definitions. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| GeoSpatialServiceFactory .GeoSpatialFilterBase | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| GeoSpatialServiceFactory .GeoSpatialInCircleFilter | Filter asserting that a given point lies into a specified square, defined by its lower and upper border, plus time frame. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| GeoSpatialServiceFactory .GeoSpatialInputBindingsIterator | Iterates a geospatial search over a set of input bindings. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| GeoSpatialServiceFactory .GeoSpatialInRectangleFilter | Dummy filter asserting that a point delivered by the advancer lies into a given rectangle. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| GlobalAnnotations | A glue class for reporting the namespace of the lexicon relation and the timestamp of the view of the lexicon relation through the function bops. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GpuAnnotations | Annotations for communication with the GPU acceleration module. | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| GraphManagement | A Graph Management operation. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GraphPatternGroup | Join group or union. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GraphPatternGroup .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GraphUpdate | A Graph Update operation. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GroupByNode | AST node for a GROUP BY clause. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GroupMemberNodeBase | Anything which can appear in an IGroupNode. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GroupMemberNodeBase .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GroupMemberValueExpressionNodeBase | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GroupNodeBase | Base class for AST group nodes. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GroupNodeVarBindingInfo | Class summarizing the variable binding requirements for a given node (used for children in the join group), thus providing easy access to its | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| GroupNodeVarBindingInfoMap | Map from nodes to their respective GroupNodeVarBindingInfo object, including setup method. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| HavingNode | AST node for a HAVING clause. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| HistoryChangeRecord | | Class | com.bigdata.rdf.sparql.ast.service.history | BlazeGraph |
|
| HistoryIndexTupleSerializer | (De-)serializes IChangeRecords for the history index. | Class | com.bigdata.rdf.sparql.ast.service.history | BlazeGraph |
|
| HistoryServiceFactory | This service tracks KB updates via an IChangeLog and is responsible for maintaining an ordered index over the assertions that have been added to | Class | com.bigdata.rdf.sparql.ast.service.history | BlazeGraph |
|
| IASTJoinGroupPartitionReorderer | Interface for classes offering the capability to reorder partitions. | Interface | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| IASTOptimizer | Interface for AST rewrites. | Interface | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| IBindingProducerNode | A marker interface for IQueryNodes which are capable of producing bindings. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ICacheConnection | Interface for an abstraction used to support application specific local caches, remote caches, and cache fabrics. | Interface | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| IDataSetNode | Interface for data set declarations. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IDataSetNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IDescribeCache | A maintained cache for the DESCRIBE of RDF resources. | Interface | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| IEvaluationContext | Interface providing access to various things of interest when preparing and evaluating a query or update operation. | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| IExplainHint | Hint to be interpreted by EXPLAIN, containing information to be exposed to the user. | Interface | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| IExplainHint .ExplainHintCategory | | Class | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| IExplainHint .ExplainHintSeverity | | Class | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| IExternalAST2BOp | Interface for an external evaluation of JoinGroupNodes. | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| IGraphPatternContainer | An interface for AST nodes which have a GraphPatternGroup annotation. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IGraphPatternContainer .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IGroupMemberNode | An interface for an IQueryNode which may appear in anVersion:$Id$Author:Bryan Thompson | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IGroupNode | A type of query node that groups a set of query nodes together. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IJoinNode | A marker interface for any kind of AST Node which joins stuff. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IJoinNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| INamedSolutionSet | Interface and annotations for named solution sets. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| INamedSolutionSet .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| INativeServiceOptions | Additional options for native services. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| InsertData | The INSERT DATA operation adds some triples, given inline in the request, into the Graph Store: | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| InvalidGraphContextException | An instance of this exception is thrown when a graph context is not well formed. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| IPrefixDecls | Interface for prefix declarations. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IPrefixDecls .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IProjectionDecl | Interface and annotations for AST nodes which have a ProjectionNode. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IProjectionDecl .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IQueryHint | Interface for declaring query hints. | Interface | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| IQueryNode | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IQueryNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IRemoteSparqlQueryBuilder | Interface for objects which can construct a valid SPARQL query for execution against a remote SPARQL end point. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| IReorderableNode | Interface for things which can be re-ordered by the static join optimizer. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IServiceOptions | Options and metadata for service end points. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| ISolutionSetManager | A management interface for named solution sets. | Interface | com.bigdata.rdf.sparql.ast.ssets | BlazeGraph |
|
| ISolutionSetStats | A set of interesting statistics on a solution set. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IStatementContainer | Marker interface for things which either are statements (or statement patterns) or contain statements (or statement pattern). | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IValueExpressionMetadata | Abstract base class for AST nodes which embed value expressions and hence must be able to report certain metadata about those value expressions to the | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IValueExpressionNode | An AST node which models a value expression. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IValueExpressionNodeContainer | A node which is a container for a IValueExpressionNode. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| IVariableBindingRequirements | Interface describing constraints and desiderata w. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| JoinGroupNode | An optional or non-optional collection of query nodes that run together inSee Also:Serialized Form | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| JoinOrderExplainHint | Explain hint indicating potential problems caused by the join order within a given join group, such as non-optional non-minus nodes that could not be | Class | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| JoinSetUtil | Utility class for join analysis. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| JoinSetUtil .VertexJoinSet | A collection of vertices and the join variables they bind. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| LoadGraph | The LOAD operation reads an RDF document from a IRI and inserts its triples into the specified graph in the Graph Store. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| LoadGraph .Annotations | Adds options to control the behavior of the RDFParser. | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| MockIVReturningServiceCall | Service invocation interface for an external (non-bigdata) service. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| MoveGraph | The MOVE operation is a shortcut for moving all data from an input graph into a destination graph. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| MutableTupleQueryResult | An implementation of the TupleQueryResult interface that stores the complete query result in memory. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| NamedSubqueriesNode | A node whose children are a list of NamedSubqueryRoots. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| NamedSubqueryInclude | An AST node which provides a reference in an IGroupNode and indicates that a named solution set should be joined with the solutions in the group. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| NamedSubqueryInclude .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| NamedSubqueryRoot | A subquery with a named solution set which can be referenced from other partsSee Also:NamedSubqueryInclude, | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| NamedSubqueryRoot .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| NotExistsNode | A special function node for modeling NOT EXISTS. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| OpenrdfNativeMockServiceFactory | Mock service reports the solutions provided in the constructor. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| OpenrdfNativeServiceOptions | Service options base class for with JVM services which handle openrdf BindingSets rather than bigdata IBindingSets. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| OptimizerQueryHint | The query hint governing the choice of the join order optimizer. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| OrderByExpr | An IValueExpressionNode paired with a flag to indicating an ascending or descending sort order. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| OrderByNode | AST node models an ORDER BY clause. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| OutOfOrderEvaluationException | An instance of this exception is thrown if out of order evaluation of solutions is observed in an evaluation context which does not permit this | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| PathNode | AST Node used to represent a property path. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PathNode .PathAlternative | Used to signify an OR (UNION) of multiple possible subpaths. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PathNode .PathElt | A specific path element. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PathNode .PathMod | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PathNode .PathNegatedPropertySet | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PathNode .PathOneInPropertySet | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PathNode .PathSequence | A sequence of paths (JOINS). | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ProjectionNode | AST node modeling projected value expressions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PropertyPathNode | A node in the AST representing a triple pattern with a property path. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PropertyPathNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| PropertyPathUnionNode | This node is purely to trick the ASTJoinOrderByTypeOptimizer - we need to keep the property path stuff in the right order, even the UNIONs. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QuadData | Recursive container for ground StatementPatternNodes. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QuadsDataOrNamedSolutionSet | An AST node which models either QuadData or a named solution set in support of the INSERT clause and DELETE clause of a DeleteInsertGraph | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QuadsDataOrNamedSolutionSet .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QuadsOperationInTriplesModeException | Exception indicating that a quads operation such as an update or extract on a named graph is issued, but the database is bootstrapped in triples mode | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryBase | Contains the projection clause, where clause, and solution modified clauses. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryBase .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryHintException | Exception thrown when a query hint is invalid/illegal. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| QueryHintRegistry | A factory which is used to register and resolve query hints. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| QueryHints | Graph Database | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryHintScope | Type safe enumeration for the scope of a query hint. | Class | com.bigdata.rdf.sparql.ast.hints | BlazeGraph |
|
| QueryNodeBase | AST node base class. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryNodeBase .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryNodeListBaseNode | Base class for AST nodes which model an ordered list of children. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryNodeWithBindingSet | Class for wrapping a query node and an associated binding set (as starting point for evaluating the query). | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryOptimizerEnum | enum QueryOptimizerEnumThe known query optimizers. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryRoot | The top-level Query. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryRoot .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| QueryType | Type safe enumeration reporting the high level type of the query. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| RangeNode | It's a value expression because it does eventually evaluate to a value -See Also:Serialized Form | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| RangeNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| RemoteServiceCall | Service invocation interface for an REMOTE SPARQL service. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| RemoteServiceCallImpl | This class handles vectored remote service invocation by generating an appropriate SPARQL query (with BINDINGS) and an appropriate HTTP request. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| RemoteServiceFactoryImpl | A factory for service calls against remote SPARQL end points. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| RemoteServiceOptions | Configurable options for a remote service end point. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| RemoteSparql10QueryBuilder | Utility class constructs a valid SPARQL query for a remote SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| RemoteSparql11DraftQueryBuilder | Utility class constructs a valid SPARQL query for a remote SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| RemoteSparql11QueryBuilder | Utility class constructs a valid SPARQL query for a remote SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| RemoteSparqlBuilderFactory | Factory encapsulates the logic required to decide on the manner in which solutions will be vectored into the remote service end point and in which the | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| SampleServiceFactory | A factory for a statement pattern sampling service. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| SampleServiceFactory .SampleParams | The service params for this service. | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| SearchInSearchServiceFactory | A factory for a "search in search" service. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| SearchServiceFactory | A factory for a search service. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ServiceCall | Service invocation interface. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| ServiceCallCreateParams | Interface for the parameters used by a ServiceFactory to create a ServiceCall instance. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| ServiceCallUtility | Helper class for ServiceCall invocations. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| ServiceFactory | Factory for creating objects which can talk to SPARQL service end points. | Interface | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| ServiceNode | An extension point for external service calls which produce solution multisets (a SPARQL SERVICE). | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| ServiceOptionsBase | | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| ServiceParams | Helper class for parsing an extracting SERVICE parameters. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ServiceRegistry | Registry for service calls. | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| SimpleStoredQueryService | Simple stored query consisting of a parameterized SPARQL query. | Class | com.bigdata.rdf.sparql.ast.service.storedquery | BlazeGraph |
|
| SliceNode | AST node for a SLICE (offset/limit). | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SliceNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SliceServiceFactory | A factory for a statement pattern slicing service. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| SliceServiceFactory .SliceParams | The service params for this service. | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| SolutionModifierBase | AST node for solution modifiers (SLICE, ORDER BY, GROUP BY)Version:$Id$Author:Bryan ThompsonSee Also:Serialized Form | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SolutionSetManager | A manager for named SOLUTION SETS scoped by some namespace and timestamp. | Class | com.bigdata.rdf.sparql.ast.ssets | BlazeGraph |
|
| SolutionSetStats | A set of interesting statistics on a solution set. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SolutionSetStatserator | Class populates an ISolutionSetStats object from a stream of solutions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SolutionSetStatsFilter | Class may be used to collect statistics from a stream of solutions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SPARQLVersion | | Class | com.bigdata.rdf.sparql.ast.service | BlazeGraph |
|
| StatementPatternNode | A node in the AST representing a statement pattern. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| StatementPatternNode .Annotations | Graph Database | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| StaticAnalysis | Methods for static analysis of a query. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| StaticAnalysis_CanJoin | Class provides methods to determine if two IJoinNodes can join on a shared variable and if they can join on an variable which is indirectly | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| StaticAnalysisBase | Base class for static analysis. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| StaticOptimizer | This is the old static optimizer code, taken directly from DefaultEvaluationPlan2, but lined up with the AST API instead of the | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| StoredQueryService | A SERVICE that exposes a stored query for execution. | Class | com.bigdata.rdf.sparql.ast.service.storedquery | BlazeGraph |
|
| StoredQueryService .Options | | Interface | com.bigdata.rdf.sparql.ast.service.storedquery | BlazeGraph |
|
| SubqueryBase | AST node for subqueries. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SubqueryFunctionNodeBase | A special function node for modeling value expression nodes which are evaluated against an inner graph expression, such as EXISTS and NOT EXISTS. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SubqueryRoot | A SPARQL 1. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| SubqueryRoot .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TermNode | Used to represent a variable or constant in the AST (a term in a statement pattern for example). | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestAggregationQuery | Data driven test suite for aggregation queries. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.eval.rto | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.eval.update | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.service.storedquery | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast.ssets | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.rdf.sparql | BlazeGraph |
|
| TestALPPinTrac773 | Trac733 shows some strange behavior, this test case is intended The basic issues concerns the order of execution of arbitrary length propery | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestAST | Port of unit tests originally written at the AST layer. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestAST | TODO This does not really "test" much, just exercises some basic aspects of the API. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestASTAttachJoinFiltersOptimizer | Test suite for ASTAttachJoinFiltersOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTBatchResolveTermsOptimizer | Test suite for ASTDeferredIVResolution. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTBottomUpOptimizer | Test suite for ASTBottomUpOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTComplexOptionalOptimizer | Test suite for ASTComplexOptionalOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTConstructOptimizer | Test suite for the ASTConstructOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTDescribeOptimizer | Test suite for the ASTDescribeOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTDistinctTermScanOptimizer | Test suite for ASTDistinctTermScanOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTDistinctTermScanOptimizer .TestQuadsModeAPs | Quads mode specific test suite. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTDistinctTermScanOptimizer .TestTriplesModeAPs | Quads mode specific test suite. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTEmptyGroupOptimizer | Test suite for ASTEmptyGroupOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTExistsAndJoinOrderByTypeOptimizers | Test suite for ASTUnionFiltersOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTFastRangeCountOptimizer | Graph Database | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTFastRangeCountOptimizer .TestQuadsModeAPs | Quads mode specific test suite. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTFastRangeCountOptimizer .TestTriplesModeAPs | Triples mode test suite. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTFilterNormalizationOptimizer | Test suite for the ASTFilterNormalizationOptimizer class and associated utility methods in StaticAnalysis. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTFlattenJoinGroupsOptimizer | | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTFlattenUnionsOptimizer | Test suite for ASTFlattenUnionsOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTFulltextSearchOptimizer | Test suite for ASTFulltextSearchOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTGraphGroupOptimizer | Test suite for ASTGraphGroupOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTHashJoinOptimizer | Test suite for ASTHashJoinOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTJoinGroupOrderOptimizer | Test suite for the ASTJoinGroupOrderOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTJoinGroupPartitioning | Test suite for the ASTJoinGroupPartition and the ASTJoinGroupPartitions utility classes. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTLiftPreFiltersOptimizer | Test suite for ASTLiftPreFiltersOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTMassagedServiceNodeOptimizer | | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTNamedSubqueryOptimizer | Test suite for the ASTNamedSubqueryOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTPropertyPathOptimizer | Test suite for ASTUnionFiltersOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTQueryHintOptimizer | Test suite for the ASTQueryHintOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTRangeOptimizer | Test suite for ASTRangeOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTRunFirstRunLastOptimizer | Test suite for ASTRunFirstRunLastOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTSearchOptimizer | Test suite for ASTSearchOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTServiceNodeOptimizer | Test suite for ASTServiceNodeOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTSetValueExpressionOptimizer | Test suite for ASTSetValueExpressionsOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTSimpleOptionalOptimizer | Test suite for ASTSimpleOptionalOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTSparql11SubqueryOptimizer | Test suite for ASTSparql11SubqueryOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTStaticBindingsOptimizer | Test suite for the ASTStaticBindingsOptimizer class. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTStaticJoinOptimizer | Test suite for ASTStaticJoinOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTSubGroupJoinVarOptimizer | Test suite for the ASTSubGroupJoinVarOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTUnionFiltersOptimizer | Test suite for ASTUnionFiltersOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestASTWildcardProjectionOptimizer | Unit tests for ASTWildcardProjectionOptimizer. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestBasicQuery | Data driven test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestBigdataNativeServiceEvaluation | Data driven test suite for SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestBindHeisenbug708 | Test suite for a hesienbug involving BIND. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestBindings | Data driven test suite for SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestBlockingBufferPerformance740 | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestBsbmBIQuery | Data driven test suite for complex queries. | Class | com.bigdata.rdf.sparql.ast.eval.bsbm.bi | BlazeGraph |
|
| TestBsbmExploreQuery | Data driven test suite for complex queries. | Class | com.bigdata.rdf.sparql.ast.eval.bsbm.explore | BlazeGraph |
|
| TestCacheConnectionFactory | Stress test for correct shutdown of the ICacheConnection as allocated by the CacheConnectionFactory. | Class | com.bigdata.rdf.sparql.ast.cache | BlazeGraph |
|
| TestComboJoins | Data driven test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestComplexQuery | Data driven test suite for complex queries. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestCompressedTimestampExtensionSPARQL | Data driven test suite CompressedTimestampExtension, testing real SPARQL queries including mathematical operations over the extension. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestConstruct | Data driven test suite for CONSTRUCT queries. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestCustomFunction | Test suite for registering and evaluating custom functions. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestCustomTypeCasts | Test suite for standard type cast function such as XsdLongBOp and XsdUnsignedLongBOp. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestDefaultGraphs | Unit tests for default graph semantics ported from the old TestDefaultGraphAccessPath class. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestDescribe | Data driven test suite for DESCRIBE queries, including the interaction with the optional DESCRIBE cache. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestDistinctTermScanOptimizer | SPARQL level test suite for the ASTDistinctTermScanOptimizer and its physical operator DistinctTermScanOp. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestDistinctTermScanOptimizer .TestQuadsModeAPs | Note: For quads we need to test all of the combinations of default and named graph modes and both with and without the GRAPH {} wrapping the | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestDistinctTermScanOptimizer .TestTriplesModeAPs | Triples mode test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestExplainHints | Test suite for EXPLAIN hints. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestFastRangeCountOptimizer | Graph Database | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestFastRangeCountOptimizer .TestQuadsModeAPs | Quads mode test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestFastRangeCountOptimizer .TestTriplesModeAPs | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestFilters | Test suite for FILTER evaluation. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestFulltextSearch | Data driven test suite for external full text search. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestGeoSpatialServiceConfiguration | Data driven test suite testing configurability of GeoSpatial service. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestGeoSpatialServiceEvaluation | Data driven test suite for GeoSpatial service feature in quads mode, testing of different service configurations, | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestGeoSpatialServiceEvaluationQuads | Data driven test suite for GeoSpatial service feature, GeoSpatial in triples vs. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestGraphEmptyPattern709_429 | Tests concerning "SELECT GRAPH XXXX {}" with XXXX and the dataset varying. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestGroupNodeVarBindingInfo | Test suite for the GroupNodeVarBindingInfo class. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestHashJoin | Test suite for queries designed to exercise a hash join against an accessVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestInclude | Data driven test suite for INCLUDE of named solution sets NOT generated by a NamedSubqueryRoot. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestInclude .IncludeStressTests | Tests to be executed in a stress test fashion, i. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestInlineConstraints | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestIVariableBindingRequirements | Test implementation of IVariableBindingRequirements interface. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| TestJoinOrder | Data driven test suite for SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestJoinSetUtil | Test suite for JoinSetUtil. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestMergeJoin | Data driven test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestNamedGraphs | Test suite for named and default graph stuff. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestNamedSubQuery | Data driven test suite for named subquery evaluation (that is, for queries which are explicitly written using the named subquery syntax). | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestNegation | Test suite for SPARQL negation (EXISTS and MINUS). | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestOpenrdfNativeServiceEvaluation | Data driven test suite for SPARQL 1. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestOptionals | Test suite for OPTIONAL groups. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestPipelinedHashJoin | Test suite for PipelinedHashIndexAndSolutionSetJoinOp, which implements a pipelined hash join. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestPropertyPaths | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestQueryHints | Test suite for SPARQL queries with embedded query hints. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestReificationDoneRightEval | Reification Done Right test suite. | Class | com.bigdata.rdf.sparql.ast.eval.reif | BlazeGraph |
|
| TestRemoteSparql10QueryBuilder | Test suite for the RemoteSparql10QueryBuilder. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestRemoteSparql11QueryBuilder | Test suite for the RemoteSparql11QueryBuilder, including some correct rejection tests when the solutions to be vectored to the remote end point can | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestRemoteSparqlBuilderFactory | Test suite the RemoteSparqlBuilderFactoryVersion:$Id: TestRemoteServiceCallImpl. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestRTO_BAR | Data driven test suite for the Runtime Query Optimizer (RTO) using BAR dataVersion:$Id: TestBasicQuery. | Class | com.bigdata.rdf.sparql.ast.eval.rto | BlazeGraph |
|
| TestRTO_BSBM | Data driven test suite for the Runtime Query Optimizer (RTO) using BSBM data and queries based on BSBM. | Class | com.bigdata.rdf.sparql.ast.eval.rto | BlazeGraph |
|
| TestRTO_FOAF | Data driven test suite for the Runtime Query Optimizer (RTO) using quads-modeVersion:$Id: TestBasicQuery. | Class | com.bigdata.rdf.sparql.ast.eval.rto | BlazeGraph |
|
| TestRTO_LUBM | Data driven test suite for the Runtime Query Optimizer (RTO) using LUBM data and queries based on LUBM. | Class | com.bigdata.rdf.sparql.ast.eval.rto | BlazeGraph |
|
| TestSearch | Data driven test suite for full text search. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestServiceRegistry | Test suite for the ServiceRegistry. | Class | com.bigdata.rdf.sparql.ast.eval.service | BlazeGraph |
|
| TestSimpleBindingsOptimizer | SPARQL level test suite for the ASTSimpleBindingsOptimizer. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestSimpleBindingsOptimizer .TestQuadsModeAPs | | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestSimpleBindingsOptimizer .TestTriplesModeAPs | Triples mode test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestSimpleGroupByAndCountOptimizer | SPARQL level test suite for the ASTSimpleGroupByAndCountOptimizer. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestSimpleGroupByAndCountOptimizer .TestQuadsModeAPs | Quads mode test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestSimpleGroupByAndCountOptimizer .TestTriplesModeAPs | Triples mode test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestSolutionSetManager | Test suite for managing named solution sets. | Class | com.bigdata.rdf.sparql.ast.ssets | BlazeGraph |
|
| TestSolutionSetStats | Test suite for SolutionSetStats. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestSolutionSetStatserator | | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestStaticAnalysis | Test suite for methods supporting static analysis of the variables, including whether a variable MUST be bound, MIGHT be bound, or is NOT bound. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestStaticAnalysis_CanJoin | See Also:StaticAnalysis_CanJoin. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestStaticAnalysis_CanJoinUsingConstraints | This test suite is built around around BSBM Q5. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| TestStoredQueryService | Test suite for stored query evaluation. | Class | com.bigdata.rdf.sparql.ast.service.storedquery | BlazeGraph |
|
| TestSubQuery | Data driven test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestSubSelectFilterExist725 | SELECT ( COUNT(?narrow) as ?countNarrow ) ?scheme{ ?narrow skos:inScheme ?scheme . | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTCK | Test driver for debugging Sesame or DAWG manifest tests. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTCK .TCKStressTests | Tests to be executed in a stress test fashion, i. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket1007 | Various tests covering different constellations where values are constructed using BIND and reused in other parts of the query, such as | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket1087 | Test suite for an issue where ill designed patterns consisting of a combination of UNION and nested OPTIONAL cause problems. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket1105 | Test suite asserting that queries containint quads constructs (named graphs) are rejected in triples mode (at parsing phase), but go through in quads | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket1105 .TestQuadsModeAPs | Quads mode test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket1105 .TestTriplesModeAPs | Triples mode test suite. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket1591 | Test case for https://jira. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket887 | Test suite for a hesienbug involving BIND. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTicket946 | Test suite for an issue where an empty projection causes an IllegalArgumentException. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTickets | Test suite for tickets at Version:$Id$Author:Bryan Thompson, Michael Schmidt | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestTwoPropertyPaths734 | ?A rdf:type / rdfs:subClassOf * ; rdf:value ?B . | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestUnionMinus | Test suite for UNION and MINUS combined, see https://sourceforge. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestUnions | Test suite for UNION. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestUnsigned | Test suite for xsd:unsigned handling. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TestUpdateBootstrap | Bootstrapped test suite for core UPDATE functionality based on BOP Note: We are not using BOP evaluation for SPARQL UPDATE at this time, so this | Class | com.bigdata.rdf.sparql.ast.eval.update | BlazeGraph |
|
| TestVirtualGraphs | Test suite for VIRTUAL GRAPHS support. | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| TypeBasedASTJoinGroupPartitionReorderer | Reorders nodes based on their types. | Class | com.bigdata.rdf.sparql.ast.optimizers | BlazeGraph |
|
| UnionNode | A special kind of group IGroupNode that represents the sparql union Note: This node only accepts JoinGroupNodes as children. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| UnsatisfiableMinusExplainHint | Explain hint indicating a MINUS expression that is unsatisfiable, i. | Class | com.bigdata.rdf.sparql.ast.explainhints | BlazeGraph |
|
| Update | A SPARQL Update operation. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| UpdateRoot | The top level container for a sequence of UPDATE operations. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| UpdateRoot .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| UpdateType | Typesafe enumeration for SPARQL Graph Update and Graph Management operations. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ValueExpressionListBaseNode | Base class for AST nodes which model an ordered list of value expressions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ValueExpressionNode | AST node for value expressions. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ValuesServiceFactory | A factory for a service that simulates the VALUES syntax in SPARQL: service bd:values { | Class | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| ValuesServiceFactory .ValuesParams | The service params for this service. | Interface | com.bigdata.rdf.sparql.ast.eval | BlazeGraph |
|
| VarNode | Used to represent a variable in the AST. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| VarNode .Annotations | | Interface | com.bigdata.rdf.sparql.ast | BlazeGraph |
|
| ZeroLengthPathNode | A special kind of AST node that represents the SPARQL 1. | Class | com.bigdata.rdf.sparql.ast | BlazeGraph |