Package | Description |
---|---|
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.eval.bsbm.bi | |
com.bigdata.rdf.sparql.ast.eval.bsbm.explore | |
com.bigdata.rdf.sparql.ast.eval.reif | |
com.bigdata.rdf.sparql.ast.eval.rto | |
com.bigdata.rdf.sparql.ast.eval.service | |
com.bigdata.rdf.sparql.ast.eval.update | |
com.bigdata.rdf.sparql.ast.optimizers | |
com.bigdata.rdf.sparql.ast.service.storedquery |
An embedded SERVICE that permits an application to register and execute
stored queries.
|
Modifier and Type | Class and Description |
---|---|
class |
TestGroupByOp
A collection of tests for various implementations of GroupByOp.
|
Modifier and Type | Class and Description |
---|---|
class |
TestJoinSetUtil
Test suite for
JoinSetUtil . |
class |
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 |
TestStaticAnalysis_CanJoinUsingConstraints
This test suite is built around around BSBM Q5.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataAndSPARQLTestCase |
class |
AbstractDataDrivenSPARQLTestCase
Abstract base class for data driven test suites.
|
class |
AbstractInlineSELECTTestCase
The idea here is that the subclasses provide the data for the test
(i.e.
|
class |
TestAggregationQuery
Data driven test suite for aggregation queries.
|
class |
TestAST
Port of unit tests originally written at the AST layer.
|
class |
TestBasicQuery
Data driven test suite.
|
class |
TestBindHeisenbug708
Test suite for a hesienbug involving BIND.
|
class |
TestBindings
Data driven test suite for SPARQL 1.1 BIND & VALUES clause.
|
class |
TestBlockingBufferPerformance740 |
class |
TestBrokenDatetimeParsing
Test case fot date time parsing in queries when specifying dates containing a numerical time zone spec.
|
class |
TestComboJoins
Data driven test suite.
|
class |
TestComplexQuery
Data driven test suite for complex queries.
|
class |
TestCompressedTimestampExtensionSPARQL
Data driven test suite
CompressedTimestampExtension , testing
real SPARQL queries including mathematical operations over the extension. |
class |
TestConstruct
Data driven test suite for CONSTRUCT queries.
|
class |
TestCustomFunction
Test suite for registering and evaluating custom functions.
|
class |
TestCustomTypeCasts
Test suite for standard type cast function such as
XsdLongBOp and
XsdUnsignedLongBOp . |
class |
TestDefaultGraphs
Unit tests for default graph semantics ported from the old
TestDefaultGraphAccessPath class.
|
class |
TestDescribe
Data driven test suite for DESCRIBE queries, including the interaction with
the optional DESCRIBE cache.
|
class |
TestDistinctTermScanOptimizer
SPARQL level test suite for the
ASTDistinctTermScanOptimizer and its
physical operator DistinctTermScanOp . |
static class |
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
triple pattern.
|
static class |
TestDistinctTermScanOptimizer.TestTriplesModeAPs
Triples mode test suite.
|
class |
TestExplainHints
Test suite for EXPLAIN hints.
|
class |
TestFastRangeCountOptimizer |
static class |
TestFastRangeCountOptimizer.TestQuadsModeAPs
Quads mode test suite.
|
static class |
TestFastRangeCountOptimizer.TestTriplesModeAPs |
class |
TestFilters
Test suite for FILTER evaluation.
|
class |
TestGearingQueryHint
Test suite for https://jira.blazegraph.com/browse/BLZG-2089, which
introduces a fresh query hint to select the gearing choice for property
paths.
|
class |
TestGraphEmptyPattern709_429
Tests concerning "SELECT GRAPH XXXX {}" with XXXX and the dataset varying.
|
class |
TestHashJoin
Test suite for queries designed to exercise a hash join against an access
path.
|
class |
TestInclude
Data driven test suite for INCLUDE of named solution sets NOT generated by a
NamedSubqueryRoot . |
static class |
TestInclude.IncludeStressTests
Tests to be executed in a stress test fashion, i.e.
|
class |
TestInlineConstraints |
class |
TestJoinOrder
Data driven test suite for SPARQL 1.1 BIND & VALUES clause.
|
class |
TestMergeJoin
Data driven test suite.
|
class |
TestNamedGraphs
Test suite for named and default graph stuff.
|
class |
TestNamedSubQuery
Data driven test suite for named subquery evaluation (that is, for queries
which are explicitly written using the named subquery syntax).
|
class |
TestNegation
Test suite for SPARQL negation (EXISTS and MINUS).
|
class |
TestOptionals
Test suite for OPTIONAL groups.
|
class |
TestPipelinedHashJoin
Test suite for
PipelinedHashIndexAndSolutionSetJoinOp , which implements a
pipelined hash join. |
class |
TestPropertyPaths |
class |
TestQueryHints
Test suite for SPARQL queries with embedded query hints.
|
class |
TestSimpleBindingsOptimizer
SPARQL level test suite for the
ASTSimpleBindingsOptimizer . |
static class |
TestSimpleBindingsOptimizer.TestQuadsModeAPs |
static class |
TestSimpleBindingsOptimizer.TestTriplesModeAPs
Triples mode test suite.
|
class |
TestSimpleGroupByAndCountOptimizer
SPARQL level test suite for the
ASTSimpleGroupByAndCountOptimizer . |
static class |
TestSimpleGroupByAndCountOptimizer.TestQuadsModeAPs
Quads mode test suite.
|
static class |
TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs
Triples mode test suite.
|
class |
TestSubQuery
Data driven test suite.
|
class |
TestSubSelectFilterExist725
Test for trac725
|
class |
TestTCK
Test driver for debugging Sesame or DAWG manifest tests.
|
static class |
TestTCK.TCKStressTests
Tests to be executed in a stress test fashion, i.e.
|
class |
TestTicket1007
Various tests covering different constellations where values are constructed
using BIND and reused in other parts of the query, such as
- testing inlined vs.
|
class |
TestTicket1087
Test suite for an issue where ill designed patterns consisting of a
combination of UNION and nested OPTIONAL cause problems.
|
class |
TestTicket1105
Test suite asserting that queries containint quads constructs (named graphs)
are rejected in triples mode (at parsing phase), but go through in quads
mode.
|
static class |
TestTicket1105.TestQuadsModeAPs
Quads mode test suite.
|
static class |
TestTicket1105.TestTriplesModeAPs
Triples mode test suite.
|
class |
TestTicket1200_1780
Test case for https://jira.blazegraph.com/browse/BLZG-1200:
REGEX does not use SPARQL spec for conversion of literals with a language type
|
class |
TestTicket1591
Test case for https://jira.blazegraph.com/browse/BLZG-1591:
NotMaterializedException with ORDER BY clause (for InlineURIIvs). |
class |
TestTicket1899
Test suite for a NotMaterializedException caused by HTree hash index built.
|
class |
TestTicket4323 |
class |
TestTicket5590
Problems with negated path expressions.
|
class |
TestTicket887
Test suite for a heisenbug involving BIND.
|
class |
TestTicket946
Test suite for an issue where an empty projection causes an
IllegalArgumentException . |
class |
TestTickets
Test suite for tickets at
|
class |
TestTwoPropertyPaths734
Tests concerning:
|
class |
TestUnionMinus
Test suite for UNION and MINUS combined, see
https://sourceforge.net/apps/trac/bigdata/ticket/767
|
class |
TestUnions
Test suite for UNION.
|
class |
TestUnsigned
Test suite for xsd:unsigned handling.
|
class |
TestVirtualGraphs
Test suite for VIRTUAL GRAPHS support.
|
Modifier and Type | Class and Description |
---|---|
class |
TestBsbmBIQuery
Data driven test suite for complex queries.
|
Modifier and Type | Class and Description |
---|---|
class |
TestBsbmExploreQuery
Data driven test suite for complex queries.
|
Modifier and Type | Class and Description |
---|---|
class |
TestReificationDoneRightEval
Reification Done Right test suite.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRTOTestCase
Data driven test suite for the Runtime Query Optimizer (RTO).
|
class |
TestRTO_BAR
Data driven test suite for the Runtime Query Optimizer (RTO) using BAR data
and queries.
|
class |
TestRTO_BSBM
Data driven test suite for the Runtime Query Optimizer (RTO) using BSBM data
and queries based on BSBM.
|
class |
TestRTO_FOAF
Deprecated.
None of these test queries are complicated enough to trigger the
RTO. The class and its queries should just be dropped.
|
class |
TestRTO_LUBM
Data driven test suite for the Runtime Query Optimizer (RTO) using LUBM data
and queries based on LUBM.
|
Modifier and Type | Class and Description |
---|---|
class |
TestBigdataNativeServiceEvaluation
Data driven test suite for SPARQL 1.1 Federated Query against an internal,
bigdata "aware" service (similar to our integrated full text search
facility).
|
class |
TestFulltextSearch
Data driven test suite for external full text search.
|
class |
TestGeoSpatialCorrectRejection
Correct rejection test for GeoSpatial data, making sure that appropriate error
messages are thrown in cases where we encounter data format problems or service
calls are not properly configured.
|
class |
TestGeoSpatialCustomFields
Data driven test suite for GeoSpatial service feature aiming at the definition of
custom fields (possibly combined with predefined fields).
|
class |
TestGeoSpatialCustomSerializer
Data driven test suite for custom serializer.
|
class |
TestGeoSpatialCustomSerializerWKT
Data driven test suite for custom serializer, testing basic feasibility
for WKT literals (not strictly following the standard).
|
class |
TestGeoSpatialDefaults
Tests covering the geospatial default configuration, i.e.
|
class |
TestGeoSpatialDisableBuiltinDatatypes
Data driven test suite testing configurability of GeoSpatial service.
|
class |
TestGeoSpatialExamplesFromDocumentation
Data driven test suite asserting that the examples in the geospatial
documentation are running through properly.
|
class |
TestGeoSpatialQueryIfGeospatialDisabled
Test case asserting that geospatial SERVICE query fails with proper
exception if geospatial submodue is turned off.
|
class |
TestGeoSpatialQueryVaryOneDimension
Data driven test suite for querying of (i) our built-in datatypes and (ii) a
comprehensive custom datatype where we restrict only one of the existing dimensions,
in order to make sure that the constraints for all dimensions are properly considered.
|
class |
TestGeoSpatialServiceConfiguration
Data driven test suite testing configurability of GeoSpatial service.
|
class |
TestGeoSpatialServiceConfigurationCustomDatatype
Data driven test suite testing configurability of GeoSpatial service.
|
class |
TestGeoSpatialServiceConfigurationParsing
Test suite testing the form-JSON parsing facilities for the GeoSpatial service configuration.
|
class |
TestGeoSpatialServiceEvaluation
Data driven test suite for GeoSpatial service feature in quads mode,
testing of different service configurations,
as well as correctness of the GeoSpatial service itself.
|
class |
TestGeoSpatialServiceEvaluationQuads
Data driven test suite for GeoSpatial service feature, GeoSpatial in
triples vs.
|
class |
TestOpenrdfNativeServiceEvaluation
Data driven test suite for SPARQL 1.1 Federated Query against an openrdf
aware SERVICE implementation running in the same JVM.
|
class |
TestSearch
Data driven test suite for full text search.
|
Modifier and Type | Class and Description |
---|---|
class |
TestUpdateBootstrap
Bootstrapped test suite for core UPDATE functionality based on BOP
evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
TestStoredQueryService
Test suite for stored query evaluation.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.