Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.rdf.sparql.ast Classes and Interfaces - 477 results found.
NameDescriptionTypePackageFramework
AbstractASTEvaluationTestCaseClasscom.bigdata.rdf.sparql.astBlazeGraph
AbstractBooleanQueryHintBase class for Boolean query hints.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
AbstractChunkSizeHintClasscom.bigdata.rdf.sparql.ast.hintsBlazeGraph
AbstractDataAndSPARQLTestCaseClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
AbstractDataDrivenSPARQLTestCaseAbstract base class for data driven test suites.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AbstractFromToGraphManagementAny of the operations which has a FROM and/or TO graph.Classcom.bigdata.rdf.sparql.astBlazeGraph
AbstractGraphDataUpdateAbstract base class for the INSERT DATA and DELETE DATA operations.Classcom.bigdata.rdf.sparql.astBlazeGraph
AbstractInlineSELECTTestCaseThe idea here is that the subclasses provide the data for the test (i.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AbstractJoinGroupOptimizerClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
AbstractOneGraphManagementAny of the operations which acts on a single target graph.Classcom.bigdata.rdf.sparql.astBlazeGraph
AbstractOptimizerTestCaseA helper class that can make it easier to write IASTOptimizer tests.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
AbstractOptimizerTestCase .AnnotationsInterfacecom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
AbstractOptimizerTestCase .ASTPropertyPathOptimizerInTestClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
AbstractOptimizerTestCaseWithUtilityMethodsTest case helper class in the style of Helper exposing additional methods for constructing ASTs with different properties.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
AbstractQueryHintBase class for query hints.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
AbstractRTOTestCaseData driven test suite for the Runtime Query Optimizer (RTO).Classcom.bigdata.rdf.sparql.ast.eval.rtoBlazeGraph
AbstractRTOTestCase .MyQueryListenerHelper class supports inspection of the terminated IRunningQuery.Classcom.bigdata.rdf.sparql.ast.eval.rtoBlazeGraph
AbstractServiceFactoryAn abstract ServiceFactory that deals with service parameters (magic predicates that configure the service) in a standardized manner using theClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
AbstractServiceFactoryBaseBase class for abstract services, providing base implementation for getRequiredBound and getDesiredBound methods (which can be overriddenClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
AbstractSolutionSetStatsTestCaseTest suite for ISolutionSetStats.Classcom.bigdata.rdf.sparql.astBlazeGraph
AbstractSolutionSetStatsTestCase .MySolutionStatsHelper class for tests.Classcom.bigdata.rdf.sparql.astBlazeGraph
AbstractStatementContainerRecursive container for ground StatementPatternNodes.Classcom.bigdata.rdf.sparql.astBlazeGraph
AbstractStringQueryHintBase class for String query hints.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
AddGraphGraph management operation inserts all data from one graph into another.Classcom.bigdata.rdf.sparql.astBlazeGraph
ArbitraryLengthPathNodeA special kind of AST node that represents the SPARQL 1.Classcom.bigdata.rdf.sparql.astBlazeGraph
ArbitraryLengthPathNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
AskOptimizerASK queries have a LIMIT of ONE imposed unless they are aggregations.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
AssignmentNodeAST node models the assignment of a value expression to a variable BIND( valueExpr AS ?var )Classcom.bigdata.rdf.sparql.astBlazeGraph
AST2BOpBaseBase class provides support for triples, sids, and quads mode joins which was refactored from the old Rule2BOpUtility class.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpBase .AnnotationsAnnotations used to mark named and default graph patterns on the IPredicates.Interfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpContextConvenience class for passing around the various pieces of context necessary to construct the bop pipeline.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpFiltersClass handles the materialization pattern for filters by adding a series of materialization steps to materialize terms needed downstream.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpJoinsClass handles join patterns.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpRTOIntegration with the Runtime Optimizer (RTO).Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpRTO .AnnotationsInterfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpUpdateClass handles SPARQL update query plan generation.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpUpdateContextClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
AST2BOpUtilityQuery plan generator converts an AST into a query plan made up ofAuthor:Bryan ThompsonSee Also:Query Evaluation.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTALPServiceOptimizerThis ALP SERVICE IASTOptimizer provides a rewrite of a SERVICE expression that makes it possible to specify limits (minimum, maximum pathClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTAttachJoinFiltersOptimizerOptimizer attaches FilterNodes which will run as "join filters" to StatementPatternNodes.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTBaseBase class for the AST.Classcom.bigdata.rdf.sparql.astBlazeGraph
ASTBase .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
ASTBottomUpOptimizerRewrites aspects of queries where bottom-up evaluation would produce different results.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTCardinalityOptimizerCalculate the estimated cardinality of a join group.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTComplexOptionalOptimizerNOTE: this optimizer was not sound from a correctness perspective in previous versions (cf.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTConstructIteratorIterator consumes the solutions from a query and interprets them according to a ConstructNode.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTConstructOptimizerGenerates the ProjectionNode for a CONSTRUCT or DESCRIBE query.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTContainerA super container for the AST.Classcom.bigdata.rdf.sparql.astBlazeGraph
ASTContainer .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
ASTDeferredIVResolutionThis class provides batch resolution of internal values, which were left unresolved during query/update preparation.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTDescribeOptimizerThis optimizer rewrites the projection node of a DESCRIBE query into, generating a CONSTRUCT clause and extending the WHERE clause to capture theClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTDistinctTermScanOptimizerGraph DatabaseClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTEmptyGroupOptimizerEliminate semantically empty join group nodes which are the sole child of another join groups.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTEvalHelperHelper class for evaluating SPARQL queries.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTExistsOptimizerOptimizer identifies value expressions using EXISTS or NOT EXISTS and rewrites them in a form suitable for evaluation by the query engine.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTFastRangeCountOptimizerGraph DatabaseClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTFilterNormalizationOptimizer The ASTFilterNormalizationOptimizer is responsible for the static decomposition and optimization of filter expressions.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTFlattenJoinGroupsOptimizerFlatten nested (non-optional,non-minus) JoinGroupNodes whenever possible.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTFlattenUnionsOptimizerFlatten nested UNIONs whenever possible.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTFulltextSearchOptimizerTranslate FTS.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTGeoSpatialSearchOptimizerTranslate FTS#GEOSPATIAL and related magic predicates into a ServiceNode which will invoke the bigdata geospatial service.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTGraphGroupOptimizerHandles a variety of special constructions related to graph graph groups.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTHashJoinOptimizerRewrites 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 imposedClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTJoinGroupFilterExistsInfoInformation about FILTER (NOT) EXISTS patterns within a given join group.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTJoinGroupOrderOptimizerThis optimizer brings a join group node into a valid order according to the SPARQL 1.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTJoinGroupPartitionPartition of a join group, defined by a (possibly empty) list of non-optional non-minus nodes, possibly closed by a single optionalClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTJoinGroupPartitionsClass representing an ordered list of ASTJoinGroupPartitions.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTJoinOrderByTypeOptimizerThis optimizer simply puts each type of IGroupMemberNode within a JoinGroupNode in the right order with respect to the other types.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTLiftPreFiltersOptimizerLift FILTERs which can be evaluated based solely on the bindings in the parent group out of a child group.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTNamedSubqueryOptimizerClass identifies the join variables for each instance in which a named subquery solution set is incorporated into the query plan.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTOptimizerListAn executable list of query optimizers.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTQueryHintOptimizerQuery hints are identified applied to AST nodes based on the specified scope and the location within the AST in which they are found.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTRangeConstraintOptimizerAST optimizer recognizes datatype and/or value range constraints and applies them to as range constraints to StatementPatternNodes.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTRangeCountOptimizerAttach range counts to all statement patterns in the query.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTRangeOptimizerClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTRunFirstRunLastOptimizerThis optimizer simply puts each type of IGroupMemberNode within a JoinGroupNode in the right order w.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTSearchInSearchOptimizerConverts a BDS.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTSearchOptimizerTranslate BDS.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTSearchOptimizerBaseTranslate FTS.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ASTServiceNodeOptimizerRewrites the WHERE clause of each query by lifting out ServiceNodes into a named subquery.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTSetValueExpressionsOptimizerVisit all the value expression nodes and convert them into value expressions using AST2BOpUtility#toVE(String, IValueExpressionNode).Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTSimpleGroupByAndCountOptimizer SELECT (COUNT(*) as ?count) ?z WHERE { ?x rdf:type ?z } GROUP BY ?z and similar patterns using an O(N) algorithm, where N isClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTSimpleOptionalOptimizerA "simple optional" is an optional sub-group that contains only one statement pattern, no sub-groups of its own, and no filters that require materializedClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTSparql11SubqueryOptimizerLift SubqueryRoots into named subqueries when appropriate.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTStaticBindingsOptimizer Optimizer that aims at the optimization of SPARQL 1.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTStaticBindingsOptimizer .InlineTasksTask specifying the inlining opportunities for a given variable in the form of a list of query nodes in which a statically derived value forClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTStaticBindingsOptimizer .StaticBindingInfo during query analysis.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTStaticBindingsOptimizer .VariableUsageInfoHelper class used to record usage of a given variable, i.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTStaticJoinOptimizerThis is an AST optimizer port of the old "static" optimizer - DefaultEvaluationPlan2.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTStaticJoinOptimizer .AnnotationsInterfacecom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTSubGroupJoinVarOptimizerOptimizer assigns join variables to sub-groups.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTUnionFiltersOptimizerClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTUnknownTermOptimizerPruning rules for unknown IVs in statement patterns: If an optional join is known to fail, then remove the optional group in whichClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
ASTUtilSome utility methods for AST/IV conversions.Classcom.bigdata.rdf.sparql.astBlazeGraph
ASTWildcardProjectionOptimizerRewrites any ProjectionNode with a wild card into the set of variables visible to the QueryBase having that projection.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
BasicBooleanQueryHintBasic boolean query hint.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
BasicDoubleQueryHintBasic double query hint.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
BasicIntQueryHintBasic integer query hint.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
BasicLongQueryHintBasic long integer query hint.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
BasicStringQueryHintBasic string query hint.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
BigdataNativeMockServiceFactoryMock service reports the solutions provided in the constructor.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
BigdataNativeServiceOptionsService options base class for bigdata aware services.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
BigdataServiceCallService invocation interface for an in-process service which knows how toSee Also:ServiceRegistry, Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
BindingsClauseThe solutions declared by a BINDINGS clause.Classcom.bigdata.rdf.sparql.astBlazeGraph
BindingsClause .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
BottomUpSemanticsExplainHintExplain hint indicating potential problems caused by the bottom-up evaluation semantics of SPARQL.Classcom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
BSBMQ5SetupProblem setup for BSBM Q5.Classcom.bigdata.rdf.sparql.astBlazeGraph
CacheConnectionFactoryA factory pattern for the ICacheConnection.Classcom.bigdata.rdf.sparql.ast.cacheBlazeGraph
CacheConnectionImplA connection to a local, remote, or distributed caching layer.Classcom.bigdata.rdf.sparql.ast.cacheBlazeGraph
CBDUtility class for computing the Concise Bounded Description.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ClearGraphThe CLEAR operation removes all the triples in the specified graph(s) in the CLEAR ( SILENT )? (GRAPH IRIref Classcom.bigdata.rdf.sparql.astBlazeGraph
CompiledSolutionSetStatsClass models the compiled statistics based on the observed solutions.Classcom.bigdata.rdf.sparql.astBlazeGraph
ComputedMaterializationRequirementComputed INeedsMaterialization metadata for anVersion:$Id: ComputedMaterializationRequirement.Classcom.bigdata.rdf.sparql.astBlazeGraph
ConstantNodeUsed to represent a constant in the AST.Classcom.bigdata.rdf.sparql.astBlazeGraph
ConstructNodeA template for the construction of one or more graphs based on the solutions projected by a query.Classcom.bigdata.rdf.sparql.astBlazeGraph
ConstructNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
CopyGraphThe COPY operation is a shortcut for inserting all data from an input graph into a destination graph.Classcom.bigdata.rdf.sparql.astBlazeGraph
CreateEntailmentsThe CREATE ENTAILMENTS operation compute entailments in the Graph Store.Classcom.bigdata.rdf.sparql.astBlazeGraph
CreateGraphThis operation creates a graph in the Graph Store (this operation is a NOP CREATE ( SILENT )? GRAPH IRIrefClasscom.bigdata.rdf.sparql.astBlazeGraph
CreateGraph .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
CustomServiceFactoryInterface for custom services.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
CustomServiceFactoryBaseBase class for abstract services, providing base implementation for getRequiredBound and getDesiredBound methods (which can be overriddenClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
DatasetNodeAST node models a SPARQL default graph and/or named graph data set.Classcom.bigdata.rdf.sparql.astBlazeGraph
DataSetSummaryClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
DefaultOptimizerListPre-populated list of the default optimizers.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
DeleteDataThe DELETE DATA operation removes some triples, given inline in the request, if the respective graphs in the Graph Store contain those:Classcom.bigdata.rdf.sparql.astBlazeGraph
DeleteInsertGraphThe 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 WHEREClasscom.bigdata.rdf.sparql.astBlazeGraph
DescribeBindingsCollectorCollects and reports the distinct bindings observed on some set of variables.Classcom.bigdata.rdf.sparql.ast.cacheBlazeGraph
DescribeCacheAn interface providing a maintained DESCRIBE cache for some AbstractTripleStore.Classcom.bigdata.rdf.sparql.ast.cacheBlazeGraph
DescribeCacheUpdaterCollects statements written onto the RDFWriter interface and adds/replaces the DESCRIBE of the Resource specified to theClasscom.bigdata.rdf.sparql.ast.cacheBlazeGraph
DescribeModeEnumenum DescribeModeEnumType-safe enumeration of the different ways in which we can evaluate aClasscom.bigdata.rdf.sparql.astBlazeGraph
DescribeServiceFactoryThis service tracks KB updates via an IChangeLog and is responsible for DESCRIBE cache invalidation for resources for which an update has beenClasscom.bigdata.rdf.sparql.ast.cacheBlazeGraph
DGExpanderParallel subquery for a default graph access path.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
DisableEntailmentsThe DISABLE ENTAILMENTS operation disable incremental truth maintenance.Classcom.bigdata.rdf.sparql.astBlazeGraph
DropEntailmentsThe DROP ENTAILMENTS operation removes all entailments from the Graph Store.Classcom.bigdata.rdf.sparql.astBlazeGraph
DropGraphThe DROP operation removes the specified graph(s) from the Graph Store.Classcom.bigdata.rdf.sparql.astBlazeGraph
DropGraph .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
DummyConstantNodeThe dummy constant node is used to represent constants in the AST that do not actually exist in the database.Classcom.bigdata.rdf.sparql.astBlazeGraph
EmptySolutionSetStatsAn object which mocks the statistics for a single empty solution set.Classcom.bigdata.rdf.sparql.astBlazeGraph
EnableEntailmentsThe ENABLE ENTAILMENTS operation enable incremental truth maintenance.Classcom.bigdata.rdf.sparql.astBlazeGraph
ExistsNodeA special function node for modeling EXISTS.Classcom.bigdata.rdf.sparql.astBlazeGraph
ExplainHintAbstract base class for explain hints, providing a common base implementations, to be reused in concrete subclasses.Classcom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
ExplainHintsA list of IExplainHints, to be attached as an annotation to an ASTBase node.Classcom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
ExternalServiceCallService invocation interface for an external (non-bigdata, but same JVM) service.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
FilterExistsModeEnumenum FilterExistsModeEnumUsed to specify the query plan for FILTER (NOT) EXISTS.Classcom.bigdata.rdf.sparql.astBlazeGraph
FilterNodeAST node models a value expression which imposes a constraint.Classcom.bigdata.rdf.sparql.astBlazeGraph
FunctionNodeAST node for anything which is neither a constant nor a variable, including math operators, string functions, etc.Classcom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistryRegistry for built-in and external SPARQL functions.Classcom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .AggregateFactoryMarker interface for aggregate functions.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .CastFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .CompareFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .DateFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .DigestFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .ExistsFactoryFactory for EXISTS() and NOT EXISTS().Classcom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .FactoryInterfacecom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .GroupConcatFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .GroupConcatFactory .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .InFactoryNumericExpression IN ArgList is an infix operator.Classcom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .InFactory .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .MathFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .NumericFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .SameTermFactoryClasscom.bigdata.rdf.sparql.astBlazeGraph
FunctionRegistry .UnknownFunctionBOpClasscom.bigdata.rdf.sparql.astBlazeGraph
GeoSpatialServiceFactoryA factory for a geospatial service, see GeoSpatial.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
GeoSpatialServiceFactory .GeoSpatialDefaultsDefault values for geospatial service, such as unit definitions.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
GeoSpatialServiceFactory .GeoSpatialFilterBaseClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
GeoSpatialServiceFactory .GeoSpatialInCircleFilterFilter asserting that a given point lies into a specified square, defined by its lower and upper border, plus time frame.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
GeoSpatialServiceFactory .GeoSpatialInputBindingsIteratorIterates a geospatial search over a set of input bindings.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
GeoSpatialServiceFactory .GeoSpatialInRectangleFilterDummy filter asserting that a point delivered by the advancer lies into a given rectangle.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
GlobalAnnotationsA glue class for reporting the namespace of the lexicon relation and the timestamp of the view of the lexicon relation through the function bops.Classcom.bigdata.rdf.sparql.astBlazeGraph
GpuAnnotationsAnnotations for communication with the GPU acceleration module.Interfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
GraphManagementA Graph Management operation.Classcom.bigdata.rdf.sparql.astBlazeGraph
GraphPatternGroupJoin group or union.Classcom.bigdata.rdf.sparql.astBlazeGraph
GraphPatternGroup .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
GraphUpdateA Graph Update operation.Classcom.bigdata.rdf.sparql.astBlazeGraph
GroupByNodeAST node for a GROUP BY clause.Classcom.bigdata.rdf.sparql.astBlazeGraph
GroupMemberNodeBaseAnything which can appear in an IGroupNode.Classcom.bigdata.rdf.sparql.astBlazeGraph
GroupMemberNodeBase .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
GroupMemberValueExpressionNodeBaseClasscom.bigdata.rdf.sparql.astBlazeGraph
GroupNodeBaseBase class for AST group nodes.Classcom.bigdata.rdf.sparql.astBlazeGraph
GroupNodeVarBindingInfoClass summarizing the variable binding requirements for a given node (used for children in the join group), thus providing easy access to itsClasscom.bigdata.rdf.sparql.astBlazeGraph
GroupNodeVarBindingInfoMapMap from nodes to their respective GroupNodeVarBindingInfo object, including setup method.Classcom.bigdata.rdf.sparql.astBlazeGraph
HavingNodeAST node for a HAVING clause.Classcom.bigdata.rdf.sparql.astBlazeGraph
HistoryChangeRecordClasscom.bigdata.rdf.sparql.ast.service.historyBlazeGraph
HistoryIndexTupleSerializer(De-)serializes IChangeRecords for the history index.Classcom.bigdata.rdf.sparql.ast.service.historyBlazeGraph
HistoryServiceFactoryThis service tracks KB updates via an IChangeLog and is responsible for maintaining an ordered index over the assertions that have been added toClasscom.bigdata.rdf.sparql.ast.service.historyBlazeGraph
IASTJoinGroupPartitionReordererInterface for classes offering the capability to reorder partitions.Interfacecom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
IASTOptimizerInterface for AST rewrites.Interfacecom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
IBindingProducerNodeA marker interface for IQueryNodes which are capable of producing bindings.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
ICacheConnectionInterface for an abstraction used to support application specific local caches, remote caches, and cache fabrics.Interfacecom.bigdata.rdf.sparql.ast.cacheBlazeGraph
IDataSetNodeInterface for data set declarations.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IDataSetNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IDescribeCacheA maintained cache for the DESCRIBE of RDF resources.Interfacecom.bigdata.rdf.sparql.ast.cacheBlazeGraph
IEvaluationContextInterface providing access to various things of interest when preparing and evaluating a query or update operation.Interfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
IExplainHintHint to be interpreted by EXPLAIN, containing information to be exposed to the user.Interfacecom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
IExplainHint .ExplainHintCategoryClasscom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
IExplainHint .ExplainHintSeverityClasscom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
IExternalAST2BOpInterface for an external evaluation of JoinGroupNodes.Interfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
IGraphPatternContainerAn interface for AST nodes which have a GraphPatternGroup annotation.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IGraphPatternContainer .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IGroupMemberNodeAn interface for an IQueryNode which may appear in anVersion:$Id$Author:Bryan ThompsonInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IGroupNodeA type of query node that groups a set of query nodes together.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IJoinNodeA marker interface for any kind of AST Node which joins stuff.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IJoinNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
INamedSolutionSetInterface and annotations for named solution sets.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
INamedSolutionSet .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
INativeServiceOptionsAdditional options for native services.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
InsertDataThe INSERT DATA operation adds some triples, given inline in the request, into the Graph Store:Classcom.bigdata.rdf.sparql.astBlazeGraph
InvalidGraphContextExceptionAn instance of this exception is thrown when a graph context is not well formed.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
IPrefixDeclsInterface for prefix declarations.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IPrefixDecls .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IProjectionDeclInterface and annotations for AST nodes which have a ProjectionNode.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IProjectionDecl .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IQueryHintInterface for declaring query hints.Interfacecom.bigdata.rdf.sparql.ast.hintsBlazeGraph
IQueryNodeInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IQueryNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IRemoteSparqlQueryBuilderInterface for objects which can construct a valid SPARQL query for execution against a remote SPARQL end point.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
IReorderableNodeInterface for things which can be re-ordered by the static join optimizer.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IServiceOptionsOptions and metadata for service end points.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
ISolutionSetManagerA management interface for named solution sets.Interfacecom.bigdata.rdf.sparql.ast.ssetsBlazeGraph
ISolutionSetStatsA set of interesting statistics on a solution set.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IStatementContainerMarker interface for things which either are statements (or statement patterns) or contain statements (or statement pattern).Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IValueExpressionMetadataAbstract base class for AST nodes which embed value expressions and hence must be able to report certain metadata about those value expressions to theInterfacecom.bigdata.rdf.sparql.astBlazeGraph
IValueExpressionNodeAn AST node which models a value expression.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IValueExpressionNodeContainerA node which is a container for a IValueExpressionNode.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
IVariableBindingRequirementsInterface describing constraints and desiderata w.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
JoinGroupNodeAn optional or non-optional collection of query nodes that run together inSee Also:Serialized FormClasscom.bigdata.rdf.sparql.astBlazeGraph
JoinOrderExplainHintExplain hint indicating potential problems caused by the join order within a given join group, such as non-optional non-minus nodes that could not beClasscom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
JoinSetUtilUtility class for join analysis.Classcom.bigdata.rdf.sparql.astBlazeGraph
JoinSetUtil .VertexJoinSetA collection of vertices and the join variables they bind.Classcom.bigdata.rdf.sparql.astBlazeGraph
LoadGraphThe LOAD operation reads an RDF document from a IRI and inserts its triples into the specified graph in the Graph Store.Classcom.bigdata.rdf.sparql.astBlazeGraph
LoadGraph .AnnotationsAdds options to control the behavior of the RDFParser.Interfacecom.bigdata.rdf.sparql.astBlazeGraph
MockIVReturningServiceCall Service invocation interface for an external (non-bigdata) service.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
MoveGraphThe MOVE operation is a shortcut for moving all data from an input graph into a destination graph.Classcom.bigdata.rdf.sparql.astBlazeGraph
MutableTupleQueryResultAn implementation of the TupleQueryResult interface that stores the complete query result in memory.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
NamedSubqueriesNodeA node whose children are a list of NamedSubqueryRoots.Classcom.bigdata.rdf.sparql.astBlazeGraph
NamedSubqueryIncludeAn 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.Classcom.bigdata.rdf.sparql.astBlazeGraph
NamedSubqueryInclude .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
NamedSubqueryRootA subquery with a named solution set which can be referenced from other partsSee Also:NamedSubqueryInclude, Classcom.bigdata.rdf.sparql.astBlazeGraph
NamedSubqueryRoot .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
NotExistsNodeA special function node for modeling NOT EXISTS.Classcom.bigdata.rdf.sparql.astBlazeGraph
OpenrdfNativeMockServiceFactoryMock service reports the solutions provided in the constructor.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
OpenrdfNativeServiceOptionsService options base class for with JVM services which handle openrdf BindingSets rather than bigdata IBindingSets.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
OptimizerQueryHintThe query hint governing the choice of the join order optimizer.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
OrderByExprAn IValueExpressionNode paired with a flag to indicating an ascending or descending sort order.Classcom.bigdata.rdf.sparql.astBlazeGraph
OrderByNodeAST node models an ORDER BY clause.Classcom.bigdata.rdf.sparql.astBlazeGraph
OutOfOrderEvaluationExceptionAn instance of this exception is thrown if out of order evaluation of solutions is observed in an evaluation context which does not permit thisClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
PathNodeAST Node used to represent a property path.Classcom.bigdata.rdf.sparql.astBlazeGraph
PathNode .PathAlternativeUsed to signify an OR (UNION) of multiple possible subpaths.Classcom.bigdata.rdf.sparql.astBlazeGraph
PathNode .PathEltA specific path element.Classcom.bigdata.rdf.sparql.astBlazeGraph
PathNode .PathModClasscom.bigdata.rdf.sparql.astBlazeGraph
PathNode .PathNegatedPropertySetClasscom.bigdata.rdf.sparql.astBlazeGraph
PathNode .PathOneInPropertySetClasscom.bigdata.rdf.sparql.astBlazeGraph
PathNode .PathSequenceA sequence of paths (JOINS).Classcom.bigdata.rdf.sparql.astBlazeGraph
ProjectionNodeAST node modeling projected value expressions.Classcom.bigdata.rdf.sparql.astBlazeGraph
PropertyPathNodeA node in the AST representing a triple pattern with a property path.Classcom.bigdata.rdf.sparql.astBlazeGraph
PropertyPathNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
PropertyPathUnionNodeThis node is purely to trick the ASTJoinOrderByTypeOptimizer - we need to keep the property path stuff in the right order, even the UNIONs.Classcom.bigdata.rdf.sparql.astBlazeGraph
QuadDataRecursive container for ground StatementPatternNodes.Classcom.bigdata.rdf.sparql.astBlazeGraph
QuadsDataOrNamedSolutionSetAn AST node which models either QuadData or a named solution set in support of the INSERT clause and DELETE clause of a DeleteInsertGraphClasscom.bigdata.rdf.sparql.astBlazeGraph
QuadsDataOrNamedSolutionSet .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
QuadsOperationInTriplesModeExceptionException indicating that a quads operation such as an update or extract on a named graph is issued, but the database is bootstrapped in triples modeClasscom.bigdata.rdf.sparql.astBlazeGraph
QueryBaseContains the projection clause, where clause, and solution modified clauses.Classcom.bigdata.rdf.sparql.astBlazeGraph
QueryBase .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
QueryHintExceptionException thrown when a query hint is invalid/illegal.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
QueryHintRegistryA factory which is used to register and resolve query hints.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
QueryHintsGraph DatabaseInterfacecom.bigdata.rdf.sparql.astBlazeGraph
QueryHintScopeType safe enumeration for the scope of a query hint.Classcom.bigdata.rdf.sparql.ast.hintsBlazeGraph
QueryNodeBaseAST node base class.Classcom.bigdata.rdf.sparql.astBlazeGraph
QueryNodeBase .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
QueryNodeListBaseNodeBase class for AST nodes which model an ordered list of children.Classcom.bigdata.rdf.sparql.astBlazeGraph
QueryNodeWithBindingSetClass for wrapping a query node and an associated binding set (as starting point for evaluating the query).Classcom.bigdata.rdf.sparql.astBlazeGraph
QueryOptimizerEnumenum QueryOptimizerEnumThe known query optimizers.Classcom.bigdata.rdf.sparql.astBlazeGraph
QueryRootThe top-level Query.Classcom.bigdata.rdf.sparql.astBlazeGraph
QueryRoot .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
QueryTypeType safe enumeration reporting the high level type of the query.Classcom.bigdata.rdf.sparql.astBlazeGraph
RangeNodeIt's a value expression because it does eventually evaluate to a value -See Also:Serialized FormClasscom.bigdata.rdf.sparql.astBlazeGraph
RangeNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
RemoteServiceCallService invocation interface for an REMOTE SPARQL service.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
RemoteServiceCallImplThis class handles vectored remote service invocation by generating an appropriate SPARQL query (with BINDINGS) and an appropriate HTTP request.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
RemoteServiceFactoryImplA factory for service calls against remote SPARQL end points.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
RemoteServiceOptionsConfigurable options for a remote service end point.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
RemoteSparql10QueryBuilderUtility class constructs a valid SPARQL query for a remote SPARQL 1.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
RemoteSparql11DraftQueryBuilderUtility class constructs a valid SPARQL query for a remote SPARQL 1.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
RemoteSparql11QueryBuilderUtility class constructs a valid SPARQL query for a remote SPARQL 1.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
RemoteSparqlBuilderFactoryFactory encapsulates the logic required to decide on the manner in which solutions will be vectored into the remote service end point and in which theClasscom.bigdata.rdf.sparql.ast.serviceBlazeGraph
SampleServiceFactoryA factory for a statement pattern sampling service.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
SampleServiceFactory .SampleParamsThe service params for this service.Interfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
SearchInSearchServiceFactoryA factory for a "search in search" service.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
SearchServiceFactoryA factory for a search service.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ServiceCallService invocation interface.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
ServiceCallCreateParamsInterface for the parameters used by a ServiceFactory to create a ServiceCall instance.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
ServiceCallUtilityHelper class for ServiceCall invocations.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
ServiceFactoryFactory for creating objects which can talk to SPARQL service end points.Interfacecom.bigdata.rdf.sparql.ast.serviceBlazeGraph
ServiceNodeAn extension point for external service calls which produce solution multisets (a SPARQL SERVICE).Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
ServiceOptionsBaseClasscom.bigdata.rdf.sparql.ast.serviceBlazeGraph
ServiceParamsHelper class for parsing an extracting SERVICE parameters.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ServiceRegistryRegistry for service calls.Classcom.bigdata.rdf.sparql.ast.serviceBlazeGraph
SimpleStoredQueryServiceSimple stored query consisting of a parameterized SPARQL query.Classcom.bigdata.rdf.sparql.ast.service.storedqueryBlazeGraph
SliceNodeAST node for a SLICE (offset/limit).Classcom.bigdata.rdf.sparql.astBlazeGraph
SliceNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
SliceServiceFactoryA factory for a statement pattern slicing service.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
SliceServiceFactory .SliceParamsThe service params for this service.Interfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
SolutionModifierBaseAST node for solution modifiers (SLICE, ORDER BY, GROUP BY)Version:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.rdf.sparql.astBlazeGraph
SolutionSetManagerA manager for named SOLUTION SETS scoped by some namespace and timestamp.Classcom.bigdata.rdf.sparql.ast.ssetsBlazeGraph
SolutionSetStatsA set of interesting statistics on a solution set.Classcom.bigdata.rdf.sparql.astBlazeGraph
SolutionSetStatseratorClass populates an ISolutionSetStats object from a stream of solutions.Classcom.bigdata.rdf.sparql.astBlazeGraph
SolutionSetStatsFilterClass may be used to collect statistics from a stream of solutions.Classcom.bigdata.rdf.sparql.astBlazeGraph
SPARQLVersionClasscom.bigdata.rdf.sparql.ast.serviceBlazeGraph
StatementPatternNodeA node in the AST representing a statement pattern.Classcom.bigdata.rdf.sparql.astBlazeGraph
StatementPatternNode .AnnotationsGraph DatabaseInterfacecom.bigdata.rdf.sparql.astBlazeGraph
StaticAnalysisMethods for static analysis of a query.Classcom.bigdata.rdf.sparql.astBlazeGraph
StaticAnalysis_CanJoinClass provides methods to determine if two IJoinNodes can join on a shared variable and if they can join on an variable which is indirectlyClasscom.bigdata.rdf.sparql.astBlazeGraph
StaticAnalysisBaseBase class for static analysis.Classcom.bigdata.rdf.sparql.astBlazeGraph
StaticOptimizerThis is the old static optimizer code, taken directly from DefaultEvaluationPlan2, but lined up with the AST API instead of theClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
StoredQueryServiceA SERVICE that exposes a stored query for execution.Classcom.bigdata.rdf.sparql.ast.service.storedqueryBlazeGraph
StoredQueryService .OptionsInterfacecom.bigdata.rdf.sparql.ast.service.storedqueryBlazeGraph
SubqueryBaseAST node for subqueries.Classcom.bigdata.rdf.sparql.astBlazeGraph
SubqueryFunctionNodeBaseA special function node for modeling value expression nodes which are evaluated against an inner graph expression, such as EXISTS and NOT EXISTS.Classcom.bigdata.rdf.sparql.astBlazeGraph
SubqueryRootA SPARQL 1.Classcom.bigdata.rdf.sparql.astBlazeGraph
SubqueryRoot .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
TermNodeUsed to represent a variable or constant in the AST (a term in a statement pattern for example).Classcom.bigdata.rdf.sparql.astBlazeGraph
TestAggregationQueryData driven test suite for aggregation queries.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.cacheBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.eval.rtoBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.eval.updateBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.service.storedqueryBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.ast.ssetsBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.sparql.astBlazeGraph
TestALPPinTrac773Trac733 shows some strange behavior, this test case is intended The basic issues concerns the order of execution of arbitrary length properyClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTPort of unit tests originally written at the AST layer.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestASTTODO This does not really "test" much, just exercises some basic aspects of the API.Classcom.bigdata.rdf.sparql.astBlazeGraph
TestASTAttachJoinFiltersOptimizerTest suite for ASTAttachJoinFiltersOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTBatchResolveTermsOptimizerTest suite for ASTDeferredIVResolution.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTBottomUpOptimizerTest suite for ASTBottomUpOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTComplexOptionalOptimizerTest suite for ASTComplexOptionalOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTConstructOptimizerTest suite for the ASTConstructOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTDescribeOptimizerTest suite for the ASTDescribeOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTDistinctTermScanOptimizerTest suite for ASTDistinctTermScanOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTDistinctTermScanOptimizer .TestQuadsModeAPsQuads mode specific test suite.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTDistinctTermScanOptimizer .TestTriplesModeAPsQuads mode specific test suite.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTEmptyGroupOptimizerTest suite for ASTEmptyGroupOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTExistsAndJoinOrderByTypeOptimizersTest suite for ASTUnionFiltersOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTFastRangeCountOptimizerGraph DatabaseClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTFastRangeCountOptimizer .TestQuadsModeAPsQuads mode specific test suite.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTFastRangeCountOptimizer .TestTriplesModeAPsTriples mode test suite.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTFilterNormalizationOptimizerTest suite for the ASTFilterNormalizationOptimizer class and associated utility methods in StaticAnalysis.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTFlattenJoinGroupsOptimizerClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTFlattenUnionsOptimizerTest suite for ASTFlattenUnionsOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTFulltextSearchOptimizerTest suite for ASTFulltextSearchOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTGraphGroupOptimizerTest suite for ASTGraphGroupOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTHashJoinOptimizerTest suite for ASTHashJoinOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTJoinGroupOrderOptimizerTest suite for the ASTJoinGroupOrderOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTJoinGroupPartitioningTest suite for the ASTJoinGroupPartition and the ASTJoinGroupPartitions utility classes.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTLiftPreFiltersOptimizerTest suite for ASTLiftPreFiltersOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTMassagedServiceNodeOptimizerClasscom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTNamedSubqueryOptimizerTest suite for the ASTNamedSubqueryOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTPropertyPathOptimizerTest suite for ASTUnionFiltersOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTQueryHintOptimizerTest suite for the ASTQueryHintOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTRangeOptimizerTest suite for ASTRangeOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTRunFirstRunLastOptimizerTest suite for ASTRunFirstRunLastOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTSearchOptimizerTest suite for ASTSearchOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTServiceNodeOptimizerTest suite for ASTServiceNodeOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTSetValueExpressionOptimizerTest suite for ASTSetValueExpressionsOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTSimpleOptionalOptimizerTest suite for ASTSimpleOptionalOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTSparql11SubqueryOptimizerTest suite for ASTSparql11SubqueryOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTStaticBindingsOptimizerTest suite for the ASTStaticBindingsOptimizer class.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTStaticJoinOptimizerTest suite for ASTStaticJoinOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTSubGroupJoinVarOptimizerTest suite for the ASTSubGroupJoinVarOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTUnionFiltersOptimizerTest suite for ASTUnionFiltersOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestASTWildcardProjectionOptimizerUnit tests for ASTWildcardProjectionOptimizer.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestBasicQueryData driven test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestBigdataNativeServiceEvaluationData driven test suite for SPARQL 1.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestBindHeisenbug708Test suite for a hesienbug involving BIND.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestBindingsData driven test suite for SPARQL 1.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestBlockingBufferPerformance740Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestBsbmBIQueryData driven test suite for complex queries.Classcom.bigdata.rdf.sparql.ast.eval.bsbm.biBlazeGraph
TestBsbmExploreQueryData driven test suite for complex queries.Classcom.bigdata.rdf.sparql.ast.eval.bsbm.exploreBlazeGraph
TestCacheConnectionFactoryStress test for correct shutdown of the ICacheConnection as allocated by the CacheConnectionFactory.Classcom.bigdata.rdf.sparql.ast.cacheBlazeGraph
TestComboJoinsData driven test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestComplexQueryData driven test suite for complex queries.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestCompressedTimestampExtensionSPARQLData driven test suite CompressedTimestampExtension, testing real SPARQL queries including mathematical operations over the extension.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestConstructData driven test suite for CONSTRUCT queries.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestCustomFunctionTest suite for registering and evaluating custom functions.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestCustomTypeCastsTest suite for standard type cast function such as XsdLongBOp and XsdUnsignedLongBOp.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestDefaultGraphsUnit tests for default graph semantics ported from the old TestDefaultGraphAccessPath class.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestDescribeData driven test suite for DESCRIBE queries, including the interaction with the optional DESCRIBE cache.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestDistinctTermScanOptimizerSPARQL level test suite for the ASTDistinctTermScanOptimizer and its physical operator DistinctTermScanOp.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestDistinctTermScanOptimizer .TestQuadsModeAPsNote: For quads we need to test all of the combinations of default and named graph modes and both with and without the GRAPH {} wrapping theClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestDistinctTermScanOptimizer .TestTriplesModeAPsTriples mode test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestExplainHintsTest suite for EXPLAIN hints.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestFastRangeCountOptimizerGraph DatabaseClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestFastRangeCountOptimizer .TestQuadsModeAPsQuads mode test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestFastRangeCountOptimizer .TestTriplesModeAPsClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestFiltersTest suite for FILTER evaluation.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestFulltextSearchData driven test suite for external full text search.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestGeoSpatialServiceConfigurationData driven test suite testing configurability of GeoSpatial service.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestGeoSpatialServiceEvaluationData driven test suite for GeoSpatial service feature in quads mode, testing of different service configurations,Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestGeoSpatialServiceEvaluationQuadsData driven test suite for GeoSpatial service feature, GeoSpatial in triples vs.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestGraphEmptyPattern709_429Tests concerning "SELECT GRAPH XXXX {}" with XXXX and the dataset varying.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestGroupNodeVarBindingInfoTest suite for the GroupNodeVarBindingInfo class.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestHashJoinTest suite for queries designed to exercise a hash join against an accessVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestIncludeData driven test suite for INCLUDE of named solution sets NOT generated by a NamedSubqueryRoot.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestInclude .IncludeStressTestsTests to be executed in a stress test fashion, i.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestInlineConstraintsClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestIVariableBindingRequirementsTest implementation of IVariableBindingRequirements interface.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
TestJoinOrderData driven test suite for SPARQL 1.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestJoinSetUtilTest suite for JoinSetUtil.Classcom.bigdata.rdf.sparql.astBlazeGraph
TestMergeJoinData driven test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestNamedGraphsTest suite for named and default graph stuff.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestNamedSubQueryData driven test suite for named subquery evaluation (that is, for queries which are explicitly written using the named subquery syntax).Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestNegationTest suite for SPARQL negation (EXISTS and MINUS).Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestOpenrdfNativeServiceEvaluationData driven test suite for SPARQL 1.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestOptionalsTest suite for OPTIONAL groups.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestPipelinedHashJoinTest suite for PipelinedHashIndexAndSolutionSetJoinOp, which implements a pipelined hash join.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestPropertyPathsClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestQueryHintsTest suite for SPARQL queries with embedded query hints.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestReificationDoneRightEvalReification Done Right test suite.Classcom.bigdata.rdf.sparql.ast.eval.reifBlazeGraph
TestRemoteSparql10QueryBuilderTest suite for the RemoteSparql10QueryBuilder.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestRemoteSparql11QueryBuilderTest suite for the RemoteSparql11QueryBuilder, including some correct rejection tests when the solutions to be vectored to the remote end point canClasscom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestRemoteSparqlBuilderFactoryTest suite the RemoteSparqlBuilderFactoryVersion:$Id: TestRemoteServiceCallImpl.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestRTO_BARData driven test suite for the Runtime Query Optimizer (RTO) using BAR dataVersion:$Id: TestBasicQuery.Classcom.bigdata.rdf.sparql.ast.eval.rtoBlazeGraph
TestRTO_BSBMData driven test suite for the Runtime Query Optimizer (RTO) using BSBM data and queries based on BSBM.Classcom.bigdata.rdf.sparql.ast.eval.rtoBlazeGraph
TestRTO_FOAFData driven test suite for the Runtime Query Optimizer (RTO) using quads-modeVersion:$Id: TestBasicQuery.Classcom.bigdata.rdf.sparql.ast.eval.rtoBlazeGraph
TestRTO_LUBMData driven test suite for the Runtime Query Optimizer (RTO) using LUBM data and queries based on LUBM.Classcom.bigdata.rdf.sparql.ast.eval.rtoBlazeGraph
TestSearchData driven test suite for full text search.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestServiceRegistryTest suite for the ServiceRegistry.Classcom.bigdata.rdf.sparql.ast.eval.serviceBlazeGraph
TestSimpleBindingsOptimizerSPARQL level test suite for the ASTSimpleBindingsOptimizer.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestSimpleBindingsOptimizer .TestQuadsModeAPsClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestSimpleBindingsOptimizer .TestTriplesModeAPsTriples mode test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestSimpleGroupByAndCountOptimizerSPARQL level test suite for the ASTSimpleGroupByAndCountOptimizer.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestSimpleGroupByAndCountOptimizer .TestQuadsModeAPsQuads mode test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestSimpleGroupByAndCountOptimizer .TestTriplesModeAPsTriples mode test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestSolutionSetManagerTest suite for managing named solution sets.Classcom.bigdata.rdf.sparql.ast.ssetsBlazeGraph
TestSolutionSetStatsTest suite for SolutionSetStats.Classcom.bigdata.rdf.sparql.astBlazeGraph
TestSolutionSetStatseratorClasscom.bigdata.rdf.sparql.astBlazeGraph
TestStaticAnalysisTest suite for methods supporting static analysis of the variables, including whether a variable MUST be bound, MIGHT be bound, or is NOT bound.Classcom.bigdata.rdf.sparql.astBlazeGraph
TestStaticAnalysis_CanJoinSee Also:StaticAnalysis_CanJoin.Classcom.bigdata.rdf.sparql.astBlazeGraph
TestStaticAnalysis_CanJoinUsingConstraintsThis test suite is built around around BSBM Q5.Classcom.bigdata.rdf.sparql.astBlazeGraph
TestStoredQueryServiceTest suite for stored query evaluation.Classcom.bigdata.rdf.sparql.ast.service.storedqueryBlazeGraph
TestSubQueryData driven test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestSubSelectFilterExist725SELECT ( COUNT(?narrow) as ?countNarrow ) ?scheme{ ?narrow skos:inScheme ?scheme .Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTCKTest driver for debugging Sesame or DAWG manifest tests.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTCK .TCKStressTestsTests to be executed in a stress test fashion, i.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket1007Various tests covering different constellations where values are constructed using BIND and reused in other parts of the query, such asClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket1087Test suite for an issue where ill designed patterns consisting of a combination of UNION and nested OPTIONAL cause problems.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket1105Test suite asserting that queries containint quads constructs (named graphs) are rejected in triples mode (at parsing phase), but go through in quadsClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket1105 .TestQuadsModeAPsQuads mode test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket1105 .TestTriplesModeAPsTriples mode test suite.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket1591Test case for https://jira.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket887Test suite for a hesienbug involving BIND.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicket946Test suite for an issue where an empty projection causes an IllegalArgumentException.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTicketsTest suite for tickets at Version:$Id$Author:Bryan Thompson, Michael SchmidtClasscom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestTwoPropertyPaths734 ?A rdf:type / rdfs:subClassOf * ; rdf:value ?B .Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestUnionMinusTest suite for UNION and MINUS combined, see https://sourceforge.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestUnionsTest suite for UNION.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestUnsignedTest suite for xsd:unsigned handling.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TestUpdateBootstrapBootstrapped test suite for core UPDATE functionality based on BOP Note: We are not using BOP evaluation for SPARQL UPDATE at this time, so thisClasscom.bigdata.rdf.sparql.ast.eval.updateBlazeGraph
TestVirtualGraphsTest suite for VIRTUAL GRAPHS support.Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
TypeBasedASTJoinGroupPartitionReordererReorders nodes based on their types.Classcom.bigdata.rdf.sparql.ast.optimizersBlazeGraph
UnionNodeA special kind of group IGroupNode that represents the sparql union Note: This node only accepts JoinGroupNodes as children.Classcom.bigdata.rdf.sparql.astBlazeGraph
UnsatisfiableMinusExplainHintExplain hint indicating a MINUS expression that is unsatisfiable, i.Classcom.bigdata.rdf.sparql.ast.explainhintsBlazeGraph
UpdateA SPARQL Update operation.Classcom.bigdata.rdf.sparql.astBlazeGraph
UpdateRootThe top level container for a sequence of UPDATE operations.Classcom.bigdata.rdf.sparql.astBlazeGraph
UpdateRoot .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
UpdateTypeTypesafe enumeration for SPARQL Graph Update and Graph Management operations.Classcom.bigdata.rdf.sparql.astBlazeGraph
ValueExpressionListBaseNodeBase class for AST nodes which model an ordered list of value expressions.Classcom.bigdata.rdf.sparql.astBlazeGraph
ValueExpressionNodeAST node for value expressions.Classcom.bigdata.rdf.sparql.astBlazeGraph
ValuesServiceFactoryA factory for a service that simulates the VALUES syntax in SPARQL: service bd:values {Classcom.bigdata.rdf.sparql.ast.evalBlazeGraph
ValuesServiceFactory .ValuesParamsThe service params for this service.Interfacecom.bigdata.rdf.sparql.ast.evalBlazeGraph
VarNodeUsed to represent a variable in the AST.Classcom.bigdata.rdf.sparql.astBlazeGraph
VarNode .AnnotationsInterfacecom.bigdata.rdf.sparql.astBlazeGraph
ZeroLengthPathNodeA special kind of AST node that represents the SPARQL 1.Classcom.bigdata.rdf.sparql.astBlazeGraph