Note: This is a duplicate of
test_named_graphs_ticket_888b() - Method in class com.bigdata.rdf.sparql.ast.eval.
TestNamedGraphs
test_named_subquery() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedSubQuery
test_named_subquery_bindings() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedSubQuery
Unit test verifies that the BINDINGS clause is presented to the named
subquery.
test_named_subquery_bindings_2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedSubQuery
Unit test verifies that the named subquery is considering the
exogenous variables when it's the first operator in the query and
choosing the appropriate join variables to build the hash index.
test_named_subquery_scope() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedSubQuery
Test that only projected variables are included in named-subquery
results.
test_namedGraphs_01a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedGraphs
A series of quads mode unit tests for named and default graph query of a
data set containing a single triple.
test_namedGraphs_01b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedGraphs
This version of the query specifies a FROM clause and hence causes the
Dataset to become non-null but does not specify any
FROM NAMED clauses.
test_namedGraphs_01c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedGraphs
test_namedGraphs_01d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNamedGraphs
test_nested_optionals() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
select ?s ?label ?comment
where {
?s rdf:type :Person .
test_nested_values01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
test_nested_values02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
test_nested_values03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
test_nested_values04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
test_nested_values05() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
test_nestedOptionals01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_nestedOptionals02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_nestedOptionals03() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_no_dups1() - Method in class com.bigdata.bop.rdf.filter.TestSameVariableConstraint
test_no_property_paths() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTwoPropertyPaths734
test_no_using_workaround_property_paths() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTwoPropertyPaths734
test_NoAxioms() - Method in class com.bigdata.rdf.axioms.TestAxioms
test_non_matching_optional_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
test_non_matching_optional_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
test_noneBound() - Method in class com.bigdata.rdf.rules.TestBackchainTypeResourceIterator
Test when the triple pattern has no bound variables.
test_NoneBound_pattern() - Method in class com.bigdata.rdf.lexicon.TestLexAccessPatternEnum
test_notgraph_uri() - Method in class com.bigdata.rdf.sparql.ast.eval.TestGraphEmptyPattern709_429
test_NoVocabulary() - Method in class com.bigdata.rdf.lexicon.TestVocabulary
test_NoVocabulary() - Method in class com.bigdata.rdf.vocab.TestVocabulary
test_NSI01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_NSI01X() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_ntriples_sids_00() - Method in class com.bigdata.rdf.rio.TestNTriplesWithSids
The "terse" syntax:
test_ntriples_sids_01() - Method in class com.bigdata.rdf.rio.TestNTriplesWithSids
The "terse" syntax:
test_NullIV_decode_as_null_reference() - Method in class com.bigdata.rdf.internal.TestTermIV
test_one_dup() - Method in class com.bigdata.bop.rdf.filter.TestSameVariableConstraint
test_open_eq_12() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
DAWG test ("find pairs that don't value-compare").
test_opt_complex_1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
Complex optional semantics: 1.
test_opt_complex_2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
Complex optional semantics: 2 (dawg-optional-complex-2).
test_opt_filter_1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK.TCKStressTests
Optional-filter - 1
test_opt_filter_1() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTBottomUpOptimizer
Optional-filter - 1
test_optimizer() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTLiftPreFiltersOptimizer
FIXME Write the optimizer and write this test suite.
test_OPTIONAL_FILTER() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
DAWG test (FILTER inside an OPTIONAL does not block an entire solution).
test_optional_with_filter() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
Unit test for an optional which is too complex to be handled as a simple
optional (it uses a filter which can not be lifted since it requires a
materialized variable).
test_optional_with_filter_that_fails() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
The FILTER will always fail.
test_optionals() - Method in class com.bigdata.rdf.rules.TestRuleExpansion
Test the various access paths for backchaining the property collection
normally done through owl:sameAs {2,3}.
test_optionals_emptyWhereClause() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
Test case for issue #1079.
test_optionals_pipeline() - Method in class com.bigdata.rdf.rules.TestOptionals
test_optionals_simplest() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
select *
where {
?a :knows ?b .
test_optionals_simplestWithConditional() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
select *
where {
?a :knows ?b .
test_optionals_simplestWithFilter() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
select *
where {
?a :knows ?b .
test_orderBy() - Method in class com.bigdata.rdf.rules.TestOrderBy
test_orderByAggregateFlatteningOptimizer_high_coverage_case_1() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTOrderByAggregateFlatteningOptimizer
Covers DESC and ASC, mixing aggregates and plain variables in ORDER BY,
multiple aggregates in ORDER BY, aggregates before plain variables in
ORDER BY, multiple projection variables.
test_orderByAggregateFlatteningOptimizer_simple_case_1() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTOrderByAggregateFlatteningOptimizer
test_ordering() - Method in class com.bigdata.rdf.internal.TestIVUnicode
IVs must be able to report their correct mutual order.
test_otherBound_01() - Method in class com.bigdata.rdf.rules.TestBackchainTypeResourceIterator
Test for other triple patterns (all bound, predicate bound, object bound,
etc).
test_OwlAxioms() - Method in class com.bigdata.rdf.axioms.TestAxioms
test_owlEquivalentClass() - Method in class com.bigdata.rdf.rules.TestRuleOwlEquivalentClass
Test where the data satisifies the rule exactly once.
test_owlEquivalentProperty() - Method in class com.bigdata.rdf.rules.TestRuleOwlEquivalentProperty
Test where the data satisifies the rule exactly once.
test_OwlHasValue() - Method in class com.bigdata.rdf.rules.TestRuleOwlHasValue
Test where the data satisifies the rule exactly once.
test_owlInverseOf1() - Method in class com.bigdata.rdf.rules.TestRuleOwlInverseOf
Test where the data satisifies the rule exactly once.
test_owlInverseOf2() - Method in class com.bigdata.rdf.rules.TestRuleOwlInverseOf
Test where the data satisifies the rule exactly once.
test_owlSameAs1() - Method in class com.bigdata.rdf.rules.TestRuleOwlSameAs
Test where the data satisifies the rule exactly once.
test_owlSameAs1b() - Method in class com.bigdata.rdf.rules.TestRuleOwlSameAs
Test where the data satisifies the rule exactly once.
test_owlSameAs2() - Method in class com.bigdata.rdf.rules.TestRuleOwlSameAs
Test where the data satisifies the rule exactly once.
test_owlSameAs3() - Method in class com.bigdata.rdf.rules.TestRuleOwlSameAs
Test where the data satisifies the rule exactly once.
test_OwlTranstitiveProperty1() - Method in class com.bigdata.rdf.rules.TestRuleOwlTransitiveProperty
Test where the data satisifies the rule exactly once.
test_packValues() - Method in class com.bigdata.rdf.internal.TestInlineLocalNameIntegerURIHandler
test_parse() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDD
Test suite for parsing coordinates expressed in decimal degrees.
test_parse() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDDM
Tests of the ability to parse a decimal minutes coordinate from text.
test_parse01() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
Test parsing of coordinates represented as degrees, minutes, and seconds.
test_parseTenthsOfSecond() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
Test the routine that parses text containing seconds and optional tenths
of a second.
test_pattern_ddm_groups() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDDM
Test verifies the groups into which the pattern breaks the parsed text.
test_pattern_dms1_groups() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
test_pessimistic() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
?producer bsbm:country .
test_plain_vs_languageCode_literal() - Method in class com.bigdata.rdf.lexicon.TestLexiconKeyBuilder
test_plainLiteral() - Method in class com.bigdata.rdf.lexicon.TestLexiconKeyBuilder
test_plainLiterals() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
Test round trip of some plain literals.
test_prune_groups() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
select *
where {
?s rdf:type :Person .
test_putGet() - Method in class com.bigdata.rdf.sparql.ast.ssets.TestSolutionSetManager
Unit test for saving an empty named solution set and then reading it
back.
test_putGet2() - Method in class com.bigdata.rdf.sparql.ast.ssets.TestSolutionSetManager
Unit test for saving a two empty solutions into a named solution set and
then reading it back.
test_putGet3() - Method in class com.bigdata.rdf.sparql.ast.ssets.TestSolutionSetManager
Unit test for saving some non-empty solutions into a named solution set
and then reading it back.
test_putGet4() - Method in class com.bigdata.rdf.sparql.ast.ssets.TestSolutionSetManager
Unit test for saving some non-empty solutions in multiple chunks into a
named solution set and then reading it back.
test_quadStoreKeyOrders_iterator() - Method in class com.bigdata.rdf.spo.TestSPOKeyOrder
test_query_hints() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
Unit test for binding query hints.
test_query_hints_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
A simple SELECT query with some query hints.
test_query_hints_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
Unit test for correct rejection of an unknown query hint.
test_query_hints_04a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_04b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_05() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
Unit test for the query hints AST2BOpBase.Annotations#HASH_JOIN
and IPredicate.Annotations#KEY_ORDER.
test_query_hints_05a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
Unit test for the IPredicate.Annotations#KEY_ORDER query hint on
a pipeline join (versus a hash join).
test_query_hints_06() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_07() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_08() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_08b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_09() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_10() - Method in class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
test_query_hints_2() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
test_query_hints_3() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
Test verifies that a query hint with "group" scope is applied to the
top-level group.
test_query_hints_4() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
Test verifies that we can enable native DISTINCT, native HASH JOINS, and
MERGE JOINs using query hints.
test_query_hints_5() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
test_query_hints_6() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
test_rangeCounts_toldBNodes() - Method in class com.bigdata.rdf.store.TestTripleStore
test_rdf01() - Method in class com.bigdata.rdf.rules.TestRuleRdf01
Basic test of rule semantics.
test_rdf01_distinctPrefixScan() - Method in class com.bigdata.rdf.rules.TestRuleRdf01
Test that can be used to verify that we are doing an efficient scan for
the distinct predicates (distinct key prefix scan).
test_rdfs07_01() - Method in class com.bigdata.rdf.rules.TestRuleRdfs07
Test of
RuleRdfs07 where the data satisifies the rule exactly
once.
test_rdfs07_02() - Method in class com.bigdata.rdf.rules.TestRuleRdfs07
Test of
RuleRdfs07 where the data satisifies the rule twice --
there are two matches in the subquery for the same binding on "?a".
test_rdfs07_03() - Method in class com.bigdata.rdf.rules.TestRuleRdfs07
Test of
RuleRdfs07 where the data satisifies the rule twice --
there are two matches on the first triple pattern that have the same
subject.
test_rdfs10_01() - Method in class com.bigdata.rdf.rules.TestRuleRdfs10
Test of
RuleRdfs10 where the data satisifies the rule exactly
once.
test_rdfs10_02() - Method in class com.bigdata.rdf.rules.TestRuleRdfs10
Test of
RuleRdfs10 where the data satisifies the rule exactly
twice.
test_rdfs11() - Method in class com.bigdata.rdf.rules.TestRuleRdfs11
Simple test verifies inference of a subclassof entailment.
test_rdfs3_01() - Method in class com.bigdata.rdf.rules.TestRuleRdfs03
test_rdfs3_filterLiterals() - Method in class com.bigdata.rdf.rules.TestRuleRdfs03
Literals may not appear in the subject position, but an rdfs4b entailment
can put them there unless you explicitly filter it out.
test_rdfs4a() - Method in class com.bigdata.rdf.rules.TestRuleRdfs04
Test of the basic semantics.
test_rdfs4b() - Method in class com.bigdata.rdf.rules.TestRuleRdfs04
Test of the basic semantics.
test_rdfs4b_filterLiterals() - Method in class com.bigdata.rdf.rules.TestRuleRdfs04
Literals may not appear in the subject position, but an rdfs4b entailment
can put them there unless you explicitly filter it out.
test_RdfsAxioms() - Method in class com.bigdata.rdf.axioms.TestAxioms
test_RdfsVocabulary() - Method in class com.bigdata.rdf.lexicon.TestVocabulary
test_realMetersLongitude() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateUtility
Cross check for meters per unit of longitude at some known latitudes on
Earth.
test_rebuildIndex() - Method in class com.bigdata.rdf.lexicon.TestFullTextIndex
Unit test for LexiconRelation#rebuildTextIndex().
test_reduceFunctionToConstant() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSetValueExpressionOptimizer
Given
test_redundant_filter() - Method in class com.bigdata.rdf.sparql.ast.eval.TestFilters
Test correct behavior of redundant filters (fix of issue #972)
test_redundantFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTAttachJoinFiltersOptimizer
Assert proper handling of redundant (identical) filter expressions.
test_regex_lat() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
Test of the regular expression used to match a multipart latitude.
test_regex_long() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
Test of the regular expression used to match a multipart longitude.
test_reificationDoneRight_00() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Bootstrap test.
test_reificationDoneRight_00_loadDataFromFile() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Version of the above where the data are read from a file rather than being
built up by hand.
test_reificationDoneRight_00a() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Bootstrap test.
test_reificationDoneRight_00a_loadFromFile() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Version of the above where the data are read from a file rather than being
built up by hand.
test_reificationDoneRight_01() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Simple query involving alice, bob, and an information extractor.
test_reificationDoneRight_01_usingRDRData() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Simple query involving alice, bob, and an information extractor.
test_reificationDoneRight_01a() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Same data, but the query uses the BIND() syntax and pulls out some more
information.
test_reificationDoneRight_01a_usingRDRData() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Same data, but the query uses the BIND() syntax and pulls out some more
information and RDR syntax for the data.
test_reificationDoneRight_02() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Simple query ("who bought sybase").
test_reificationDoneRight_02_usingRDRData() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Simple query ("who bought sybase") using RDR syntax for the data.
test_reificationDoneRight_02a() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Same data, but the query uses the BIND() syntax and pulls out some more
information.
test_reificationDoneRight_02a_usingRDRData() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Same data, but the query uses the BIND() syntax and pulls out some more
information and RDR syntax for the data.
test_reificationDoneRight_03() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
prefix :
SELECT ?a {
BIND( <> AS ?ignored )
}
test_reificationDoneRight_03a() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
prefix :
SELECT ?a ?e {
BIND( <> AS ?sid ) .
test_reificationDoneRight_04() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
test_reificationDoneRight_05a() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Test loading of RDR triples from file ttl file containing standard
reification that contains three unordered reified triples, with query
specified in Standard RDF Reification.
test_reificationDoneRight_05b() - Method in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
Test loading of RDR triples from file ttl file containing standard
reification that contains three unordered reified triples, with query
specified in RDR.
test_reificationDoneRight_disabled() - Method in class com.bigdata.rdf.rio.TestStatementBuffer
A unit test in which the translation of reified statements into inline
statements disabled.
test_reificationDoneRight_enabled() - Method in class com.bigdata.rdf.rio.TestStatementBuffer
Unit test verifies that triples which look like part of a reified model
of a statement are collected and then reported using SIDs.
test_removeStatements() - Method in class com.bigdata.rdf.store.TestTripleStore
Test of
IRawTripleStore#removeStatements(com.bigdata.relation.accesspath.IChunkedOrderedIterator)
test_reportMutation() - Method in class com.bigdata.rdf.store.TestIsModified
TEST_RESOURCE_PREFIX - Static variable in class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
test_restartSafe() - Method in class com.bigdata.rdf.store.TestRestartSafe
test_retractAll_01() - Method in class com.bigdata.rdf.rules.TestTruthMaintenance
A simple test of
TruthMaintenance in which some statements are
asserted, their closure is computed and aspects of that closure are
verified, and then an explicit statement is removed and the closure is
updated and we verify that an entailment known to depend on the remove
statement has also been removed (this is based on rdfs11).
test_retractionOfStatementsAboutStatements() - Method in class com.bigdata.rdf.store.TestStatementIdentifiers
Test creates a statement (a) and then a statement (b) about statement (a)
using the statement identifier for (a) and then retracts (a) and verifies
that (b) is also retracted.
test_retractionOfStatementsAboutStatements2() - Method in class com.bigdata.rdf.store.TestStatementIdentifiers
Test creates a statement (a), a statement (b) about statement (a), and a
statement (c) about statement (b) and then retracts (a) and verifies that
both (b) and (c) are also retracted.
test_retractWhenStatementSupportsExplicitStatement() - Method in class com.bigdata.rdf.rules.TestTruthMaintenance
Given three explicit statements:
test_rewrite1() - Method in class com.bigdata.rdf.rules.TestTMUtility
Test mapping of a rule with a single predicate in the tail across two
relations for truth maintenance.
test_rewrite2() - Method in class com.bigdata.rdf.rules.TestTMUtility
Test mapping of a rule with a two predicates in the tail across two
relations for truth maintenance.
test_rewriteComplexOptional() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTComplexOptionalOptimizer
This unit test is a based on
bigdata-perf/CI/govtrack/queries/query10.rq
test_roundMinutes() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
test_roundSeconds() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
test_roundTrip_BNode() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
test_roundTrip_langCodeLiterals() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
test_roundTrip_plainLiteral() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
test_roundTrip_URI() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
test_roundTrip_veryLargeLiteral() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
test_roundTrip_xsd_int() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
test_roundTrip_xsd_string() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
test_rule() - Method in class com.bigdata.rdf.rules.TestRuleFastClosure_3_5_6_7_9
Unit test of
RuleFastClosure6 where the data allow the rule to
fire exactly twice, once where the predicate is
rdfs:Range
and once where the predicate is an
rdfs:subPropertyOf rdfs:Range, and tests
that the rule correctly filters out a possible entailment that would
simply conclude its own support.
test_Rule() - Method in class com.bigdata.rdf.rules.TestRuleOwlSymmetricProperty
test_RuleFastForwardClosure11() - Method in class com.bigdata.rdf.rules.TestRuleFastClosure_11_13
Tests
RuleFastClosure11 with the minimum data required to compute
a single entailment.
test_RuleFastForwardClosure13() - Method in class com.bigdata.rdf.rules.TestRuleFastClosure_11_13
Tests
RuleFastClosure13 with the minimum data required to compute
a single entailment.
test_RuleOwlFunctionalProperty() - Method in class com.bigdata.rdf.rules.TestRuleOwlFunctionalProperty
test_RuleOwlInverseFunctionalProperty() - Method in class com.bigdata.rdf.rules.TestRuleOwlFunctionalProperty
test_ruleState() - Method in class com.bigdata.rdf.spo.TestSPORelation
test_runFirst() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTRunFirstRunLastOptimizer
Given:
test_runFirst2() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTRunFirstRunLastOptimizer
Unit test with non-SP joins.
test_runFirstRunLast_01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_runFirstRunLast_02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_runRule() - Method in class com.bigdata.rdf.spo.TestSPORelation
A simple test of rule execution, including query against an empty kb,
insert of some elements into the kb, query to verify that the data is in
the kb, insert driven by a rule set, and query to verify that insert.
test_sameVariableConstraint_quads() - Method in class com.bigdata.rdf.spo.TestSPOAccessPath
Unit test for predicate patterns in which the same variable appears in
more than one position of a quad pattern.
test_sameVariableConstraint_triples() - Method in class com.bigdata.rdf.spo.TestSPOAccessPath
Unit test for predicate patterns in which the same variable appears in
more than one position of a triple pattern.
test_sample() - Method in class com.bigdata.bop.rdf.aggregate.TestSAMPLE
test_sample_with_complex_inner_value_expression() - Method in class com.bigdata.bop.rdf.aggregate.TestSAMPLE
test_sample_with_null() - Method in class com.bigdata.bop.rdf.aggregate.TestSAMPLE
test_search_1() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
A simple full text search query.
test_search_2() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
A full text search query based on the in-depth example in the full
text index core package ("child proofing" example).
test_search_3() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
An example with an additional join in the named query and a join in the
main query as well.
test_search_main_where_clause() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Unit test for a query with magic search predicates in the main WHERE
clause.
test_search_match_all_terms() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Unit test for a search where all tokens in the query must match.
test_search_min_relevance() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Unit test with explicit BD#MIN_RELEVANCE of zero and a prefix
match search.
test_search_named_graphs1() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Unit test with named graphs (quads) using graph graph pattern and a
subject join in the named subquery.
test_search_named_graphs10a() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Run the query with no graphs specified.
test_search_named_graphs10b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Run the query with graphA specified as the default graph.
test_search_named_graphs10c() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Run the query with graphB specified as the default graph
test_search_named_graphs10d() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Run the query with graphB specified as the default graph and also pull
out the subject from the search variable.
test_search_named_graphs10e() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Run the query with graphA specified as the default graph and also pull
out the subject from the search variable.
test_search_named_graphs2() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Variant of the test above in which the graph variable is bound to the
graph in which the search result is visible.
test_search_named_graphs3() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Variant of the test above in which the graph variable is bound to a graph
in which the search result is not visible.
test_search_named_graphs4() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Variant of the test above in there are search results in more than one
graph.
test_search_named_graphs5() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Unit test with named graphs (quads) using a graph graph pattern but not
having a subject join in the named subquery.
test_search_prefix_match() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Unit test for a prefix match ("mi*").
test_search_prefix_match2() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Unit test for a prefix match ("mi*").
test_search_query() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
Ported from TestNamedGraphs in the sails package.
test_search_service_1() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
A simple full text search query (variant of the above using the
SPARQL 1.1 SERVICE syntax).
test_searchServiceOptimizer_01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFulltextSearchOptimizer
Test rewriting of
FTS magiv predicates into SERVICE node.
test_searchServiceOptimizer_01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSearchOptimizer
Given
test_second_property_path() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTwoPropertyPaths734
test_second_using_workaround_property_path() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTwoPropertyPaths734
test_select_1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBasicQuery
A SELECT query consisting of a single statement pattern.
test_select_2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBasicQuery
A simple SELECT query.
test_serializable() - Method in class com.bigdata.rdf.spo.TestSPO
test_serializable_sidIV() - Method in class com.bigdata.rdf.spo.TestSPO
test_serialization() - Method in class com.bigdata.rdf.load.TestLockDeserialization
test_serializationSize() - Method in class com.bigdata.rdf.spo.TestSPOKeyOrder
Writes the serialized size of an instance on stdout.
test_service_001() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestBigdataNativeServiceEvaluation
A simple SERVICE query against an INTERNAL service.
test_service_001() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestOpenrdfNativeServiceEvaluation
A simple SERVICE query.
test_service_001() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A simple test with nothing bound and NO source solution.
test_service_001() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A simple test with nothing bound and NO source solution.
test_service_001() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A simple test with nothing bound and NO source solution.
test_service_001b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A simple test with nothing bound and a single empty source
solution.
test_service_001b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A simple test with nothing bound and a single empty source
solution.
test_service_001b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A simple test with nothing bound and a single empty source
solution.
test_service_002() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestBigdataNativeServiceEvaluation
A simple SERVICE query against an INTERNAL service.
test_service_002() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestOpenrdfNativeServiceEvaluation
A simple SERVICE query.
test_service_002() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A test where a single fully bound triple pattern is presented.
test_service_002() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A test where a single fully bound triple pattern is presented.
test_service_002() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A test where a single fully bound triple pattern is presented.
test_service_003() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A variant test in which there are some BINDINGS to be passed through.
test_service_003() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A variant test in which there are some BINDINGS to be passed through.
test_service_003() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A variant test in which there are some BINDINGS to be passed through.
test_service_004() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_004() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_004() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_005() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_005() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_005() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_006() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_006() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_006() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_007() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_007() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_007() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_008() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_008() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_008() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
A variant test in there is a blank node in the BINDINGS to be flowed
through to the remote SERVICE.
test_service_009() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
test_serviceAlias() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestServiceRegistry
Unit test service alias.
test_serviceAlias2() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestServiceRegistry
Unit test verifies that you MAY register an alias for a URI which is NOT
associated with an explicitly registered service.
test_ServiceNode01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_ServiceNode02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_serviceNodeOptimizer_01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTServiceNodeOptimizer
Given
test_serviceNodeOptimizer_02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTServiceNodeOptimizer
Unit test for correct rejection of the lift into a named subquery.
test_simple_optional_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestOptionals
Unit test for a simple optional (one where the statement pattern can
be lifted into the parent group).
test_simpleBindingsOptimizer_quads_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer.TestQuadsModeAPs
SELECT * WHERE {
BIND ( as ?type )
?personId rdf:type ?type
}
test_simpleBindingsOptimizer_triples_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer.TestTriplesModeAPs
SELECT * WHERE {
BIND ( as ?type )
?personId rdf:type ?type
}
test_simpleBindingsOptimizer_triples_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer
Complex patterns like
test_simpleBindingsOptimizer_triples_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer.TestTriplesModeAPs
Complex patterns like
test_simpleCoder() - Method in class com.bigdata.rdf.spo.TestSPOKeyCoders
test_simpleCoder() - Method in class com.bigdata.rdf.spo.TestSPOValueCoders
test_simpleFixPoint() - Method in class com.bigdata.rdf.rules.TestDatabaseAtOnceClosure
Example using only
RuleRdfs11 that requires multiple rounds to
compute the fix point closure of a simple data set.
test_simpleGroupByAndCount_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs
Optimization applies to pattern:
test_simpleGroupByAndCount_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs
Optimization applies to pattern:
test_simpleGroupByAndCount_03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs
Optimization applies to pattern:
test_simpleGroupByAndCount_04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs
Optimization only partially applies to pattern:
test_simpleGroupByAndCount_delete_markers() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs
The optimization must *not* be applied in the presence of delete
markers.
test_simpleOptional() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSimpleOptionalOptimizer
Unit test for recognizing a "simple optional" and lifting it into the
parent join group.
test_simpleOptional01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_simpleOptional01A() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_SimpleRange() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTRangeOptimizer
test_SimpleRange_justLower() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTRangeOptimizer
test_SimpleRange_justUpper() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTRangeOptimizer
test_simpleReorder01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_simpleReorder02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_simpleReorder03() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_simpleReorder04() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
Given
test_SingleSubject() - Method in class com.bigdata.rdf.lexicon.TestSubjectCentricFullTextIndex
Deprecated.
test_slice() - Method in class com.bigdata.rdf.rules.TestSlice
Tests various slices on an
IRule using a single JOIN with 3
solutions.
test_slice() - Method in class com.bigdata.rdf.spo.TestSPOAccessPath
test_small() - Method in class com.bigdata.rdf.store.TestInsertRate
test_solutionWithAllMockIVs() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test with all mock IVs.
test_solutionWithMockIVAndOthersToo() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test with all mix of MockIVs, TermIds, and BlobIVs.
test_solutionWithMockIVsPreservesFlagsBits() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
This issue showed up as part of BLZG-533 (vector query engine on native
heap) where the flags bits (which indicate URI or BNode or Literal) were
not being preserved for a MockIV.
test_solutionWithOneMockIV() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test with one mock IV.
test_solutionWithSameValueBoundTwice() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
test_solutionWithThreeBindings1() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test of a solution with 3 bindings.
test_solutionWithThreeBindings2() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test of a solution with 3 bindings in a different order.
test_solutionWithThreeBindingsSomeNotCached1() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test of a solution with 3 bindings, some of which do not have an
IVCache association.
test_solutionWithThreeBindingsSomeNotCachedSomeInline() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test of a solution with 3 bindings, some of which do not have an
IVCache association and some of which have an inline IV.
test_solutionWithVeryLargeObject() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
test_solutionWithVeryLargeObject2() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test of a solution having a
BlobIV with a
BigdataLiteral which is very large plus a few other bindings.
test_solutionWithVeryLargeObject3() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
Unit test of a solution having a
BlobIV with a
BigdataLiteral which is very large plus a few other bindings
(different order from the test above).
test_something() - Method in class com.bigdata.bop.rdf.filter.TestStripContextFilter
TODO Write tests for the StringContextFilter.
test_something() - Method in class com.bigdata.bop.rdf.join.TestDataSetJoin
test_sort_3() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
PREFIX foaf:
SELECT ?name ?mbox
WHERE { ?x foaf:name ?name .
test_sparql11_bindings_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
TCK test for the BINDINGS clause.
test_sparql11_bindings_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
TCK test for the BINDINGS clause.
test_sparql11_bindings_04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
This is a variant of Federated Query service04 where the
remote end point is treated as a named graph.
test_sparql11_count_03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
This is not a DAWG test.
test_sparql11_count_subquery_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
A unit test from the Sesame 2.5 TCK.
test_sparql11_exists_05() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNegation
Sesame Unit sparql11-exists-05.
test_sparql11_exists_06() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNegation
Sesame Unit sparql11-exists-06, which appears to be the same
as an example in the LCWD.
test_sparql11_having_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestAggregationQuery
A basic aggregation query.
test_sparql11_in_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
This is not a DAWG test.
test_sparql11_minus_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNegation
A Sesame test.
test_sparql11_minus_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNegation
A Sesame test based on the SPARQL 1.1 LCWD.
test_sparql11_minus_05() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNegation
A Sesame test.
test_sparql11_minus_06() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNegation
A Sesame test.
test_sparql11_minus_07() - Method in class com.bigdata.rdf.sparql.ast.eval.TestNegation
A Sesame test.
test_sparql11_order_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
TCK (non-DAWG) query we picked up with Sesame 2.6.3.
test_sparql11_order_03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
TCK (non-DAWG) query we picked up with Sesame 2.6.3
test_sparql11_subquery_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
A unit test from the Sesame 2.5 TCK.
test_sparql11_subquery_04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
This is sesame TCK test sparql11-subquery-04.
test_sparql11_subquery_filter_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
In this test variant, the FILTER winds up attached to a
NamedSubqueryRoot (there are no shared variables projected out of
the sub-select) and does not require RDF
Value materialization.
test_sparql11_subquery_filter_01b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
Variant where the FILTER requires RDF Value materialization and the
sub-select is lifted out as a named subquery.
test_sparql11_subquery_scope() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
Test that only projected variables are included in subquery results.
test_sparql11_sum_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
This is not a DAWG test.
test_sparql11_sum_03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
This is not a DAWG test.
test_sparql11_sum_04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
This is not a DAWG test.
test_sparql_bev_5() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
Test effective boolean value - optional.
test_sparql_bev_5() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSimpleOptionalOptimizer
Test effective boolean value - optional.
test_sparql_bev_5_withFilterInOptionalGroup() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSimpleOptionalOptimizer
A variant of the TCK test where the filter is in the optional group and
uses BOUND() to wrap the variable.
test_sparql_subquery_limiting_resource_pattern() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
PREFIX :
SELECT *
WHERE {
?s :p ?o .
test_sparql_subquery_slice_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
Unit test of a SPARQL 1.1 subquery with a SLICE on the subquery.
test_sparql_subselect() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
Simple Sub-Select unit test
test_spocOnlyKeyOrder_iterator() - Method in class com.bigdata.rdf.spo.TestSPOKeyOrder
test_spoOnlyKeyOrder_iterator() - Method in class com.bigdata.rdf.spo.TestSPOKeyOrder
test_sssp_linkType_constraint() - Method in class com.bigdata.rdf.graph.impl.bd.TestSSSP
A unit test based on graph with link weights - in this version of the
test we constrain the link type but do not specify the link attribute
type.
test_sssp_weightedGraph() - Method in class com.bigdata.rdf.graph.impl.bd.TestSSSP
A unit test based on graph with link weights.
test_statementBuffer() - Method in class com.bigdata.rdf.rio.TestStatementBuffer
test_statementIdentifiers() - Method in class com.bigdata.rdf.store.TestStatementIdentifiers
Some validation of the logic for assigning statement identifiers to
explicit statements.
test_statementOrder() - Method in class com.bigdata.rdf.spo.TestSPOTupleSerializer
test_statements() - Method in class com.bigdata.rdf.store.TestTripleStore
test_static_analysis01() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test of static analysis for variables which must be bound by a
query.
test_static_analysis02() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test of static analysis for variables which must be bound by a
query.
test_static_analysis03() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test of static analysis for variables with a named subquery.
test_static_analysis04() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test of static analysis for variables with a SPARQL 1.1 subquery.
test_static_analysis05() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test of static analysis for a SERVICE call.
test_static_analysis_filter_nested_1() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Static analysis of TCK query:
test_static_analysis_filter_nested_2() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Static analysis of TCK query:
test_static_analysis_filter_scope_1() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Static analysis of TCK query:
test_static_analysis_filters() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test(s) for the correct identification of pre-, join-, post-, and
prune- filters.
test_static_analysis_getMaybeProducedBindings() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
test_static_analysis_getProjectedVars() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
test_static_analysis_join_scope_1() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Join-scope - 1 (aka var-scope-join-1).
test_static_analysis_join_vars() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTNamedSubqueryOptimizer
Unit test for computing the join variables for a named subquery based on
the analysis of the bindings which MUST be produced by the subquery and
those which MUST be bound on entry into the group in which the subquery
solution set is included within the main query.
test_static_analysis_join_vars() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test for computing the join variables for a named subquery based on
the analysis of the bindings which MUST be produced by the subquery and
those which MUST be bound on entry into the group in which the subquery
solution set is included within the main query.
test_static_analysis_minus_and_optional() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Variant test for query mixing MINUS and OPTIONAL groups.
test_static_analysis_minus_nothingShared() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Variant test for a MINUS operator without shared variables.
test_static_analysis_minus_sharedVariables() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test of static analysis methods as they pertain to a MINUS group.
test_static_analysis_no_join_vars() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTNamedSubqueryOptimizer
test_static_analysis_projection_01() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test for static analysis of the MUST and MIGHT bound variables for a
subquery.
test_static_analysis_projection_02() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Variant with optional group binding ?a (so ?b
is MIGHT be bound).
test_static_analysis_projection_03() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test where the SELECT expression includes the bind of a constant
onto a variable.
test_static_analysis_projection_04() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test for static analysis of the MUST and MIGHT bound variables for a
query involving a select expression which could result in an error.
test_static_analysis_projection_05() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test for static analysis of the MUST and MIGHT bound variables for a
query involving a select expression which depends on a variable which is
not definitely bound.
test_static_analysis_projection_06() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Unit test for static analysis of the MUST and MIGHT bound variables for a
subquery involving aggregation and a select expression ("The result of an
Aggregate which returns an error, is an error, but the SELECT expression
result of projecting an error is unbound").
test_static_analysis_serviceCall() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
test_static_analysis_serviceCall2() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Test suite for predicting the join variables for a SERVICE call.
test_static_analysis_subGroups_and_optional() - Method in class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
Variant test for query mixing normal child join groups and OPTIONAL
join groups.
test_stored_query_001() - Method in class com.bigdata.rdf.sparql.ast.service.storedquery.TestStoredQueryService
Simple stored query test.
test_stored_query_002() - Method in class com.bigdata.rdf.sparql.ast.service.storedquery.TestStoredQueryService
Simple stored query test verifies that the stored query has access to the
ServiceParams.
test_stored_query_003() - Method in class com.bigdata.rdf.sparql.ast.service.storedquery.TestStoredQueryService
test_streamAPI() - Method in class com.bigdata.rdf.internal.encoder.TestIVSolutionSetEncoder
Unit test of the stream-oriented API.
test_streamAPI2() - Method in class com.bigdata.rdf.internal.encoder.TestIVSolutionSetEncoder
Multiple solutions where an empty solution appears in the middle of the
sequence.
test_stress() - Method in class com.bigdata.rdf.internal.TestIVUnicode
test_stress() - Method in class com.bigdata.rdf.rules.TestTruthMaintenance
This is a stress test for truth maintenance.
test_stress() - Method in class com.bigdata.rdf.store.StressTestCentos
test_stressTests() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInclude
Execute the stress tests a couple of times.
test_stressTests() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
Execute the stress tests a couple of times.
test_subjectBound() - Method in class com.bigdata.rdf.rules.TestBackchainTypeResourceIterator
Test when only the subject of the triple pattern is bound.
test_subjectBound2() - Method in class com.bigdata.rdf.rules.TestBackchainTypeResourceIterator
Variant test where there is an explicit ( s rdf:type rdfs:Resource ) in
the database for the given subject.
test_subSelectNotLifted() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSparql11SubqueryOptimizer
Unit test verifies that a sub-select is not lifted when there is no
reason to lift that sub-select.
test_subSelectWithAggregation() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSparql11SubqueryOptimizer
Unit test verifies that a sub-select involving an aggregation is lifted
into a named subquery.
test_subSelectWithLimitAndOrderBy() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSparql11SubqueryOptimizer
PREFIX :
SELECT *
WHERE {
?s :p ?o .
test_subSelectWithNoJoinVars() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSparql11SubqueryOptimizer
Unit test verifies that we lift out a
SubqueryRoot which does not
share any variables with the join group in which it appears.
test_subSelectWithRunOnceAnnotation() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTSparql11SubqueryOptimizer
Unit test verifies that we lift out a
SubqueryRoot which is
marked by the
SubqueryRoot.Annotations#RUN_ONCE annotation.
test_substr() - Method in class com.bigdata.rdf.internal.constraints.TestSubstrBOp
test_sum() - Method in class com.bigdata.bop.rdf.aggregate.TestSUM
test_sum_with_complex_inner_value_expression() - Method in class com.bigdata.bop.rdf.aggregate.TestSUM
test_sum_with_errors() - Method in class com.bigdata.bop.rdf.aggregate.TestSUM
test_sum_with_null() - Method in class com.bigdata.bop.rdf.aggregate.TestSUM
test_TempTripleStore_noLexicon() - Method in class com.bigdata.rdf.store.TestSharedLexiconTempStore
test_TempTripleStore_oneAccessPath() - Method in class com.bigdata.rdf.store.TestSharedLexiconTempStore
test_TermId() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_BNode() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_Literal() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_mockIV() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_URI() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_URI_Counter_MAX_VALUE() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_URI_Counter_MIN_VALUE() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_URI_Counter_MINUS_ONE() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermId_URI_Counter_ONE() - Method in class com.bigdata.rdf.internal.TestTermIV
test_termIdComparator() - Method in class com.bigdata.rdf.lexicon.TestTermIVComparator
test_TermIV_isExtensionIV() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TermIV_isNullIV() - Method in class com.bigdata.rdf.internal.TestTermIV
test_TERMS_accessPaths() - Method in class com.bigdata.rdf.lexicon.TestAccessPaths
test_termsIndex_addLookupValue_with_toldBNodesMode() - Method in class com.bigdata.rdf.lexicon.TestBlobsIndex
Unit test for lookup and adding values to the TERMS index when blank
nodes are stored in the TERMS index (told bnodes semantics).
test_termsIndex_addLookupValues_with_standard_bnode_semantics() - Method in class com.bigdata.rdf.lexicon.TestBlobsIndex
Unit test for lookup and adding values to the TERMS index when blank
nodes are NOT stored in the TERMS index.
test_TermsTupleSerializer() - Method in class com.bigdata.rdf.lexicon.TestBlobsIndex
Create a TERMS index, put some data into it, and verify that we can use
the
BlobsTupleSerializer to access that data, including handling
of the NullIV.
test_termTypeOrder() - Method in class com.bigdata.rdf.lexicon.TestLexiconKeyBuilder
Test verifies the ordering among URIs, Literals, and BNodes.
test_TestVocabularyInlineValues() - Method in class com.bigdata.rdf.internal.TestMultiInlineURIHandlersSingleNamespace
test_text_index_datatype_literals() - Method in class com.bigdata.rdf.lexicon.TestFullTextIndex
Unit text for full text indexing of xsd datatype literals.
test_text_index_inline_unicode_literals() - Method in class com.bigdata.rdf.lexicon.TestFullTextIndex
Unit test for indexing fully inline plain, language code, and datatype
literals which using a Unicode representation in the
IV.
test_ticket416() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTEmptyGroupOptimizer
Top-level UNION optimizations.
test_ticket416() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTUnionFiltersOptimizer
https://sourceforge.net/apps/trac/bigdata/ticket/416
test_ticket767_case2() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTUnionFiltersOptimizer
test_ticket905() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTUnionFiltersOptimizer
This optimizer cannot help in this case.
test_ticket_1007() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
Original query as defined in bug report, reusing a URI constructed in a
BIND clause in a join:
PREFIX :
SELECT * WHERE
{
GRAPH
{
:aProperty ?literal .
test_ticket_1007_boolean1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?o
BIND (?s=?s AS ?o)
}
test_ticket_1007_boolean2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?o
BIND (?s= AS ?o)
}
test_ticket_1007_empty1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?p ?o
BIND (URI("http://untypedString") AS ?o)
}
test_ticket_1007_empty2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?p ?o
BIND ("10" AS ?o)
}
test_ticket_1007_freshUri() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT DISTINCT ?z
WHERE
{
?s ?p ?o
BIND (URI("http://untypedUri") AS ?z)
}
test_ticket_1007_number1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?p ?o
BIND (10 AS ?o)
}
test_ticket_1007_number2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
{
?s ?o
BIND ("10.00"^^ AS ?o)
}
test_ticket_1007_number3() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
{
?s ?o
BIND (10 AS ?o)
}
test_ticket_1007_number4() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
{
?s ?o
BIND (2*5 AS ?o)
}
test_ticket_1007_number5() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
{
?s ?o
BIND (xsd:integer("10") AS ?o)
}
Note: originally this query failed.
test_ticket_1007_number6() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
{
?s ?o .
test_ticket_1007_string1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?p ?o
BIND ("untypedString" AS ?o)
}
test_ticket_1007_string2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?p ?o
BIND (CONCAT("untyped","String") AS ?o)
}
Note: originally this query failed.
test_ticket_1007_string3() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?p ?o
BIND (STRAFTER("XuntypedString","X") AS ?o)
}
Note: originally this query failed.
test_ticket_1007_string4() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
?s ?p ?o
{
SELECT ?o
WHERE
{
BIND (CONCAT("untyped","String") AS ?o)
}
}
}
Note: originally this query failed.
test_ticket_1007_string5() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
SELECT ?o
WHERE
{
BIND (CONCAT("untyped","String") AS ?o)
}
Note: originally this query failed.
test_ticket_1007_subquery() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
Test problems with BIND inside and reuse of variable outside of
subquery.
test_ticket_1007b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
Modified query with join "on top", enforced through outer VALUES clause.
test_ticket_1071a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071g() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071h() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1071i() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BIND + UNION + OPTIONAL combination fails,
as reported in bug #1071 (associated test)
test_ticket_1087_1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1087
Verify correct result for query:
test_ticket_1087_2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1087
Verify correct result for query:
test_ticket_1105_quads_select1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
SELECT ?s ?p ?o
FROM NAMED
WHERE { ?s ?p ?o }
runs fine in quads mode.
test_ticket_1105_quads_select2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
SELECT ?s ?p ?o
WHERE { GRAPH { ?s ?p ?o } }
runs fine in quads mode.
test_ticket_1105_quads_select3() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
SELECT ?s ?p ?o
WHERE { GRAPH ?g { ?s ?p ?o } }
runs fine in quads mode.
test_ticket_1105_quads_update1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
INSERT DATA
{
GRAPH
{ }
}
is parsed successfully in quads mode.
test_ticket_1105_quads_update2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
INSERT
{ }
WHERE
{
GRAPH
{ }
}
is parsed successfully in quads mode.
test_ticket_1105_quads_update3() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
INSERT
{ }
WHERE
{
GRAPH ?g
{ }
}
is parsed successfully in quads mode.
test_ticket_1105_quads_update4() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
DELETE
{ }
WHERE
{
GRAPH
{ }
}
is parsed successfully in quads mode.
test_ticket_1105_quads_update5() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
DELETE
{ }
WHERE
{
GRAPH ?g
{ }
}
is parsed successfully in quads mode.
test_ticket_1105_quads_update6() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
Query:
INSERT { }
USING
WHERE { }
is parsed successfully in quads mode.
test_ticket_1105_triples_select1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_select2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_select3() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_update1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_update2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_update3() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_update4() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_update5() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1105_triples_update6() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
test_ticket_1200a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
Test for REGEX on a non-string literal (Inline IPv4)
BLZG-1780
test_ticket_1200b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
Test for REGEX on a string literal
test_ticket_1200c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
Test for REGEX on a non-string literal (Inline IPv4) with conversion
test_ticket_1200d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
Test for REGEX on a string literal with language annotation
test_ticket_1200e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
Test for REGEX on a string literal with language annotation
test_ticket_1202a() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT ?w (SAMPLE(?v) AS ?S)
{
?s :p ?v .
test_ticket_1202a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202b() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?s ?w
{
?s :p ?v .
test_ticket_1202b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202c() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?w (COUNT(DISTINCT ?v) AS ?S)
{
?s :p ?v .
test_ticket_1202c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202d() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?s ?w (COUNT(DISTINCT ?v) AS ?c)
{
?s :p ?v .
test_ticket_1202d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202e() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?w (SAMPLE(?v) AS ?S) (STR(?w) AS ?wstr)
{
?s :p ?v .
test_ticket_1202e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202f() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?w (COUNT(DISTINCT ?v) AS ?S) (STR(?w) AS ?wstr)
{
?s :p ?v .
test_ticket_1202f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202g() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?s ?w (STR(?w) AS ?wstr)
{
?s :p ?v .
test_ticket_1202g() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202h() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?s ?w (COUNT(DISTINCT ?v) AS ?c) (STR(?w) AS ?wstr)
{
?s :p ?v .
test_ticket_1202h() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202i() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?w (SAMPLE(?v) AS ?S) (?w AS ?u)
{
?s :p ?v .
test_ticket_1202i() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202j() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?w (COUNT(DISTINCT ?v) AS ?S) (?w AS ?u)
{
?s :p ?v .
test_ticket_1202j() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202k() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?s ?w (?w AS ?u)
{
?s :p ?v .
test_ticket_1202k() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202l() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?s ?w (COUNT(DISTINCT ?v) AS ?c) (?w AS ?u)
{
?s :p ?v .
test_ticket_1202l() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202m() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT(COUNT(?w) AS ?wcnt) (SAMPLE(?v) AS ?S)
{
?s :p ?v .
test_ticket_1202m() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202n() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT(COUNT(?w) AS ?wcnt) (COUNT(DISTINCT ?v) AS ?S)
{
?s :p ?v .
test_ticket_1202n() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202o() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?w (COUNT(*) AS ?c)
{
?s :p ?v .
test_ticket_1202o() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202p() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT?w (COUNT(DISTINCT *) AS ?c)
{
?s :p ?v .
test_ticket_1202p() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202q() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT(COUNT(?w) AS ?u) (COUNT(*) AS ?c)
{
?s :p ?v .
test_ticket_1202q() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1202r() - Method in class com.bigdata.bop.solutions.TestGroupByOp
SELECT(COUNT(?w) AS ?u) (COUNT(DISTINCT *) AS ?c)
{
?s :p ?v .
test_ticket_1202r() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1267a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1267a: Unable to bind result of EXISTS operator
-> query with exists evaluating to true
test_ticket_1267b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1267b: Unable to bind result of EXISTS operator
-> query with exists evaluating to false
test_ticket_1267c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1267c: Unable to bind result of EXISTS operator
-> query with two EXISTS that compare equal
test_ticket_1267d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1267d: Unable to bind result of EXISTS operator
-> query with two NOT EXISTS that compare unequal
test_ticket_1346a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
DistinctTermScanOp is not retrieving all data.
test_ticket_1346b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
DistinctTermScanOp is not retrieving all data.
test_ticket_1346c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
DistinctTermScanOp is not retrieving all data.
test_ticket_1346d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
DistinctTermScanOp is not retrieving all data.
test_ticket_1346e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
DistinctTermScanOp is not retrieving all data.
test_ticket_1346f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
DistinctTermScanOp is not retrieving all data.
test_ticket_1395a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1395: Multiple OPTIONAL statements in a UNION fail to retrieve results
-> https://jira.blazegraph.com/browse/BLZG-1395
test_ticket_1395b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1395: Multiple OPTIONAL statements in a UNION fail to retrieve results
-> https://jira.blazegraph.com/browse/BLZG-1395
test_ticket_1395c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1395: Multiple OPTIONAL statements in a UNION fail to retrieve results
-> https://jira.blazegraph.com/browse/BLZG-1395
test_ticket_1463a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Query having *no* bottom-up issues.
test_ticket_1463b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Query having bottom-up issues.
test_ticket_1463c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Same as 1463a, just nested into subquery.
test_ticket_1463d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Same as 1463b, just nested into subquery.
test_ticket_1498() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1498: Query hint optimizer:None ignored for property
path queries.
test_ticket_1542a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1542b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1524: MINUS being ignored.
test_ticket_1591a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1591
test_ticket_1591b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1591
test_ticket_1627a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1627: minus fails when preceded by property path.
test_ticket_1627b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1627b: minus fails when preceded by property path.
test_ticket_1627c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1627c: minus fails when preceded by property path
- variant of 1627a with different style of property path.
test_ticket_1627d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1627d: minus fails when preceded by property path
- variant of 1627d with different style of property path.
test_ticket_1643a_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
with literal in object position (analytic version).
test_ticket_1643a_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service,
with literal in object position (non-analytic equivalent).
test_ticket_1643b_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
with URI in object position (analytic version).
test_ticket_1643b_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service,
with URI in object position (non-analytic equivalent).
test_ticket_1643c_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(analytic mode).
test_ticket_1643c_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(non-analytic equivalent).
test_ticket_1643d_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(analytic mode).
test_ticket_1643d_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(non-analytic equivalent).
test_ticket_1643e_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(analytic mode).
test_ticket_1643e_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(non-analytic equivalent).
test_ticket_1643f_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(analytic mode).Version with literal where FILTER does not apply
because of datatype in literal.
test_ticket_1643f_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(non-analytic equivalent).
test_ticket_1643g_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(analytic mode).Version with literal where FILTER applies
because of datatype in literal.
test_ticket_1643g_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1643: DELETE does not delete properly with Wikidata Query service
(non-analytic equivalent).
test_ticket_1648a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1648: proper handling of join constraints in merge join.
test_ticket_1648b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 1648: proper handling of join constraints in merge join.
test_ticket_1683a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1683: Required property relationName for HTreeDistinctBindingSetsOp
(analytic version).
test_ticket_1683b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1683: Required property relationName for HTreeDistinctBindingSetsOp
(non-analytic version).
test_ticket_1748a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1748: Regressions in date comparison
test_ticket_1748b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1748: Regressions in date comparison
test_ticket_1750() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1750: DESCRIBE and UNION.
test_ticket_1760a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1760: HAVING incorrectly says "Non-aggregate variable in select expression"
test_ticket_1760b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1760: HAVING incorrectly says "Non-aggregate variable in select expression"
test_ticket_1760c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1760: HAVING incorrectly says "Non-aggregate variable in select expression"
test_ticket_1763a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1763: Wildcard projection was not rewritten
-> original example without data, producing the empty result
test_ticket_1763b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1763: Wildcard projection was not rewritten
-> modified example with data
test_ticket_1780a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
Test that the query without the query hint fails.
test_ticket_1817() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1817: reordering inside complex subqueries that will
be translated into NSIs.
test_ticket_1892b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1892c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1892d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1892e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1892f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1892h() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_1957() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-1957: PipelinedHashJoin defect in combination with VALUES clause
test_ticket_384() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
SELECT * WHERE {{}}
test_ticket_429a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Covering GRAPH {} with in dictionary existing and matching URI
test_ticket_429b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Covering GRAPH {} with non-existing and (thus) non-matching URI
test_ticket_429c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Covering GRAPH {} with in dictionary existing but non-matching URI
test_ticket_563() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
PREFIX ex:
SELECT DISTINCT ?sub WHERE {
?sub ex:hasName ?name.
test_ticket_611a_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(analytic mode).
test_ticket_611a_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(non-analytic equivalent).
test_ticket_611b_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(analytic mode).
test_ticket_611b_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(non-analytic equivalent).
test_ticket_611c_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(analytic mode).
test_ticket_611c_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(non-analytic equivalent).
test_ticket_611d_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(analytic mode).
test_ticket_611d_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(non-analytic equivalent).
test_ticket_611e_analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(analytic mode).
test_ticket_611e_nonanalytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket 611: Mock IV / TermId hashCode()/equals() problems
(non-analytic equivalent).
test_ticket_618a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_618b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_618c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_618d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_618e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_709() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Covering GRAPH ?x {}
test_ticket_739() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_739a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_739b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_739c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_739d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_739e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_740() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBlockingBufferPerformance740
This test measures the percent utilization by comparing CPU time
with wall clock time.
test_ticket_747() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_747a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_747b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_747c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_747d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_748() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_748a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_765() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_792a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Propagation of named graph specifications inside FILTER NOT EXISTS
clauses, as reported in bug #792/#888
test_ticket_792b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Propagation of named graph specifications inside FILTER NOT EXISTS
clauses, as reported in bug #792/#888 (inverse test)
test_ticket_792c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Propagation of named graph specifications inside FILTER EXISTS
clauses, as reported in bug #792/#888 (associated test)
test_ticket_792d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Propagation of named graph specifications inside FILTER EXISTS
clauses, as reported in bug #792/#888 (associated test)
test_ticket_801a_complex_optionals() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
test_ticket_801b_complex_optionals() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
In this variant, one of the child join groups is OPTIONAL rather than
required.
test_ticket_806() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_832a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Original test case associated with ticket 832.
test_ticket_832b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Propagation of named graph specification inside subqueries,
simple one level propagation.
test_ticket_832c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Propagation of named graph specifications inside subqueries,
advanced two-level propagation.
test_ticket_835a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_835b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_835c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_835d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_852a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-852: MINUS and UNION.
test_ticket_852b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-852: MINUS and UNION.
test_ticket_887_bind() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket887
SELECT *
WHERE {
GRAPH ?g {
BIND( "hello" as ?hello ) .
test_ticket_911a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-911: FROM NAMED clause doesn't work properly
test_ticket_911b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
BLZG-911: FROM NAMED clause doesn't work properly
test_ticket_933a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Nested OPTIONAL-BIND construct
test_ticket_933b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Nested OPTIONAL-BIND construct, advanced
test_ticket_933c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Similiar to 933a, but with statement patterns instead of BIND clause.
test_ticket_933d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Similiar to 933b, but with statement patterns instead of BIND clause.
test_ticket_933e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Optional translation approach issues mentioned in ticket #933.
test_ticket_946_empty_projection() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket946
SELECT ?x
{ BIND(1 as ?x)
{ SELECT * { FILTER (true) } }
}
test_ticket_bad_projection_748() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_bg1141() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Strategies for VALUES+BIND queries
test_ticket_bg1256() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Combination of VALUES clause and SERVICE keyword
test_ticket_bg1296a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Testing proper use of VALUES clause inside named subqueries.
test_ticket_bg1296b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Testing proper use of VALUES clause inside named subqueries.
test_ticket_bg1296c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Testing proper use of VALUES clause inside named subqueries.
test_ticket_bg1296d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Testing proper use of VALUES clause inside named subqueries.
test_ticket_bg1299() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Duplicate in VALUES get replicated problem
test_ticket_bg1899_a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for property paths induced hash index.
test_ticket_bg1899_b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for subquery induced hash index.
test_ticket_bg1899_c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for complex join group induced hash index.
test_ticket_bg1899_d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for FILTER EXISTS induced hash index.
test_ticket_bg1899_e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for proper reconstruction of cache from HTree
index for URIs.
test_ticket_bg1899_f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for proper reconstruction of cache from HTree
index for literals.
test_ticket_bg1899_g() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for proper reconstruction of cache from HTree
index for large literals (BLOBS).
test_ticket_bg1899_h() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for proper reconstruction of cache from HTree
index for numerics.
test_ticket_bg1899_i() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for OPTIONAL join, where we have no materialization
guarantees at all.
test_ticket_bg1899_j() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
Test case for EXISTS join, where we have no materialization
guarantees at all.
test_ticket_bg48a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Problem with multiple VALUES clauses, as described in
test_ticket_bg48b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Problem with multiple VALUES clauses, as described in
test_ticket_bg48c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Problem with multiple VALUES clauses, as described in
test_ticket_bg50a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Problem with multiple VALUES clauses, as described in
test_ticket_bg50b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Problem with multiple VALUES clauses, as described in
test_ticket_bg50c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Problem with multiple VALUES clauses, as described in
test_ticket_bg876c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Isues with placement of BIND.
test_ticket_bg876d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Isues with placement of BIND.
test_ticket_bg876e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Isues with placement of BIND.
test_ticket_blzg_1021a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Unsound translation of FILTER (NOT) EXISTS.
test_ticket_blzg_1021b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Unsound translation of FILTER (NOT) EXISTS.
test_ticket_blzg_1021c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Unsound translation of FILTER (NOT) EXISTS.
test_ticket_blzg_1021d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Unsound translation of FILTER (NOT) EXISTS.
test_ticket_blzg_1021e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1021f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1021g() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1021h() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1021i() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1021j() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1021k() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1021l() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Translation of complex FILTER expressions.
test_ticket_blzg_1113a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
* does not include var only set in values
test_ticket_blzg_1113b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
* does not include var only set in values
test_ticket_blzg_1113c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
* does not include var only set in values
test_ticket_blzg_1113d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
* does not include var only set in values
test_ticket_blzg_1281a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Double nesting of FILTER NOT EXISTS.
test_ticket_blzg_1281b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Double nesting of FILTER NOT EXISTS.
test_ticket_blzg_1284a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Placement of filters in presence of other FILTER NOT EXISTS
clauses.
test_ticket_blzg_1284b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Placement of filters in presence of other FILTER NOT EXISTS
clauses.
test_ticket_blzg_1300() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1331a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1331b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1380() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Filter Not Exists RC1 Broken.
test_ticket_blzg_1475a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1475b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1475c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1475d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1475e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1475f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1475g() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1475h() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1493() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1494a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1494b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_blzg_1495() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_max736() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_max736_1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_max736_2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_min736() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_min736_1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_min736_2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_two_subselects_748() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_ticket_two_subselects_748a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
test_tiny() - Method in class com.bigdata.rdf.store.TestInsertRate
test_toDD() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDDM
test_toDD() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateDMS
Test conversion to decimal degrees.
test_toDegrees() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateUtility
test_toldBNodes() - Method in class com.bigdata.rdf.lexicon.TestAddTerms
The "told bnodes" mode uses the blank node ID as specified rather than
assigning one based on a UUID.
test_toRadians() - Method in class com.bigdata.rdf.internal.gis.TestCoordinateUtility
test_tripleStoreKeyOrders_iterator() - Method in class com.bigdata.rdf.spo.TestSPOKeyOrder
test_two_dups() - Method in class com.bigdata.bop.rdf.filter.TestSameVariableConstraint
test_two_nested_opt() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
Nested Optionals - 1.
test_two_nested_opt2() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
This is the same query, except we are running the rewritten version of
the query (that is, the version that we have to produce for the query
above with the badly designed left join).
test_TwoNamespaceCreation() - Method in class com.bigdata.rdf.internal.TestMultiInlineURIHandlersSingleNamespace
test_txIsolation() - Method in class com.bigdata.rdf.store.TestLocalTripleStoreTransactionSemantics
A unit test for some of the basic functionality for a triple store or
quad store using full transactions.
test_type_casts_long() - Method in class com.bigdata.rdf.sparql.ast.eval.TestCustomTypeCasts
Casting to xsd:long (non-standard extension).
test_type_casts_unsigned_long() - Method in class com.bigdata.rdf.sparql.ast.eval.TestCustomTypeCasts
Casting to xsd:unsignedLong (non-standard extension).
test_union() - Method in class com.bigdata.rdf.rules.TestUnion
test_union_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
SELECT ?p ?o
WHERE {
{
?p ?o .
test_union_01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTEmptyGroupOptimizer
A test case where we can not eliminate an empty join group in a UNION.
test_union_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
select distinct ?s
where { {
?s a foaf:Person .
test_union_03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
select distinct ?s
where { {
?s a foaf:Person .
test_union_04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
select distinct ?s
where { {
?s a foaf:Person .
test_union_05() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
SELECT ?p ?o ?s
WHERE {
{
?p ?o .
test_union_06() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
test_union_07() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
test_union_08() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
test_union_minus_02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnionMinus
test_union_minus_09() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnionMinus
test_union_ticket_831() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
test_union_ticket_874() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
The original query.
test_union_ticket_874b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
A rewrite of the original query that works.
test_union_ticket_944() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
This is DAWG sparql11-subquery-05.
test_union_trac684_A() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_union_trac684_B() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_union_trac684_C() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
test_union_with_empty() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnions
PREFIX dc:
PREFIX :
PREFIX ns:
SELECT ?book
{
{}
UNION
{ ?book dc:title ?title }
}
test_unsigned() - Method in class com.bigdata.rdf.lexicon.TestInlining
Unsigned numerics should not be inlined at this time.
test_unsigned_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnsigned
test_uri() - Method in class com.bigdata.rdf.lexicon.TestLexiconKeyBuilder
test_URIs() - Method in class com.bigdata.rdf.model.TestBigdataValueSerialization
Test round trip of some URIs.
test_UUID() - Method in class com.bigdata.rdf.internal.TestDTE
test_ValueBound_pattern() - Method in class com.bigdata.rdf.lexicon.TestLexAccessPatternEnum
test_var_scope_join_1() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTCK
Classic badly designed left join.
test_verifyunsigned() - Method in class com.bigdata.rdf.lexicon.TestInlining
Verify inlined unsigned numeric values
test_versionedSerialization() - Method in class com.bigdata.rdf.lexicon.TestId2TermTupleSerializer
A unit test of the proposal for introducing backward compatible
versioning into an unversioned class.
test_virtualGraphs_default_graphs_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestVirtualGraphs
This test was developed from default-graphs-01f.
test_virtualGraphs_named_graphs_01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestVirtualGraphs
This test is a named graphs variant on the test above.
test_VTE_decodeNoErrors() - Method in class com.bigdata.rdf.internal.TestVTE
Unit test for
VTE verifies that all legal byte
values decode to an internal value type enum (basically, this checks that
we mask the two lower bits).
test_VTE_selfConsistent() - Method in class com.bigdata.rdf.internal.TestVTE
Unit test for
VTE verifies that the
correspondence between the enumerated types and the internal values is
correct (self-consistent).
test_wellDesigned01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTBottomUpOptimizer
test_wellDesigned02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTBottomUpOptimizer
Slight variation on the structure of the query in the test above which
should not be recognized as a badly designed left join.
test_wellDesigned03() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTBottomUpOptimizer
Slight variation on the structure of the query in the test above which
should not be recognized as a badly designed left join.
test_wildcard_nestedSubquery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTWildcardProjectionOptimizer
SELECT *
JoinGroupNode {
SELECT (*) {
JoinGroupNode {
StatementPatternNode(VarNode(s), ConstantNode(TermId(2U)[http://example/p]), VarNode(o), DEFAULT_CONTEXTS)
}
}
StatementPatternNode(VarNode(s), ConstantNode(TermId(3U)[http://example/q]), VarNode(x), DEFAULT_CONTEXTS)
}
test_wildcardProjectionOptimizer00() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTWildcardProjectionOptimizer
SELECT *
JoinGroupNode {
UnionNode {
JoinGroupNode {
StatementPatternNode(VarNode(s), ConstantNode(TermId(2U)[http://example/p]), VarNode(o), DEFAULT_CONTEXTS)
}
JoinGroupNode {
StatementPatternNode(VarNode(s), ConstantNode(TermId(3U)[http://example/q]), VarNode(o), DEFAULT_CONTEXTS)
}
}
}
test_wildcardProjectionOptimizer01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTWildcardProjectionOptimizer
SELECT DISTINCT *
JoinGroupNode {
UnionNode {
JoinGroupNode {
StatementPatternNode(VarNode(s), ConstantNode(TermId(2U)[http://example/p]), VarNode(o), DEFAULT_CONTEXTS)
}
JoinGroupNode {
StatementPatternNode(VarNode(s), ConstantNode(TermId(3U)[http://example/q]), VarNode(o), DEFAULT_CONTEXTS)
}
}
}
test_wildcardProjectionOptimizer02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTWildcardProjectionOptimizer
SELECT REDUCED *
JoinGroupNode {
UnionNode {
JoinGroupNode {
StatementPatternNode(VarNode(s), ConstantNode(TermId(2U)[http://example/p]), VarNode(o), DEFAULT_CONTEXTS)
}
JoinGroupNode {
StatementPatternNode(VarNode(s), ConstantNode(TermId(3U)[http://example/q]), VarNode(o), DEFAULT_CONTEXTS)
}
}
}
test_wildcardProjectionOptimizer03() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTWildcardProjectionOptimizer
Given the query:
test_with_subselect() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubSelectFilterExist725
test_without_subselect() - Method in class com.bigdata.rdf.sparql.ast.eval.TestSubSelectFilterExist725
test_work_around_graph_var() - Method in class com.bigdata.rdf.sparql.ast.eval.TestGraphEmptyPattern709_429
test_writeReadRetract() - Method in class com.bigdata.rdf.rules.TestJustifications
test_xpath_abs_01() - Method in class com.bigdata.rdf.internal.TestXPathFunctions
test_xpath_ceiling_01() - Method in class com.bigdata.rdf.internal.TestXPathFunctions
test_xpath_floor_01() - Method in class com.bigdata.rdf.internal.TestXPathFunctions
test_xpath_round_01() - Method in class com.bigdata.rdf.internal.TestXPathFunctions
Unit test for FunctionRegistry#round.
test_xsd_nonPositiveInteger() - Method in class com.bigdata.rdf.internal.TestUnsignedIntegerIVs
test_xsd_unsignedByte() - Method in class com.bigdata.rdf.internal.TestUnsignedIVs
xsd:unsignedByte.
test_xsd_unsignedInt() - Method in class com.bigdata.rdf.internal.TestUnsignedIVs
test_xsd_unsignedLong() - Method in class com.bigdata.rdf.internal.TestUnsignedIVs
test_xsd_unsignedShort() - Method in class com.bigdata.rdf.internal.TestUnsignedIVs
Unit test for xsd:unsignedShort.
test_XSDBoolean() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDByte() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDDecimal() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDDouble() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDFloat() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDInt() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDInteger() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDLong() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDShort() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDString() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDUnsignedByte() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDUnsignedInt() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDUnsignedLong() - Method in class com.bigdata.rdf.internal.TestDTE
test_XSDUnsignedShort() - Method in class com.bigdata.rdf.internal.TestDTE
test_xxxCShardSplitHandler() - Method in class com.bigdata.rdf.spo.TestXXXCShardSplitHandler
testAbstractLiteralIVs() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
testAcceptMultipleDatatypeConfigs() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
testAcceptSingleDatatypeConfig() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
TestAccessPaths - Class in com.bigdata.rdf.lexicon
TestAccessPaths() - Constructor for class com.bigdata.rdf.lexicon.TestAccessPaths
TestAccessPaths(String) - Constructor for class com.bigdata.rdf.lexicon.TestAccessPaths
TestAddTerms - Class in com.bigdata.rdf.lexicon
Test suite for adding terms to the lexicon.
TestAddTerms() - Constructor for class com.bigdata.rdf.lexicon.TestAddTerms
TestAddTerms(String) - Constructor for class com.bigdata.rdf.lexicon.TestAddTerms
TestAggregationQuery - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for aggregation queries.
TestAggregationQuery() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestAggregationQuery
TestAggregationQuery(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestAggregationQuery
TestAll - Class in com.bigdata.bop.rdf.aggregate
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.bop.rdf.aggregate.TestAll
TestAll(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestAll
TestAll - Class in com.bigdata.bop.rdf.filter
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.bop.rdf.filter.TestAll
TestAll(String) - Constructor for class com.bigdata.bop.rdf.filter.TestAll
TestAll - Class in com.bigdata.bop.rdf.join
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.bop.rdf.join.TestAll
TestAll(String) - Constructor for class com.bigdata.bop.rdf.join.TestAll
TestAll - Class in com.bigdata.bop.rdf
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.bop.rdf.TestAll
TestAll(String) - Constructor for class com.bigdata.bop.rdf.TestAll
TestAll - Class in com.bigdata.bop.solutions
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.bop.solutions.TestAll
TestAll(String) - Constructor for class com.bigdata.bop.solutions.TestAll
TestAll - Class in com.bigdata.rdf.axioms
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.axioms.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.axioms.TestAll
TestAll - Class in com.bigdata.rdf.graph.impl.bd
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.graph.impl.bd.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.graph.impl.bd.TestAll
TestAll - Class in com.bigdata.rdf.internal.constraints
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.internal.constraints.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.internal.constraints.TestAll
TestAll - Class in com.bigdata.rdf.internal.encoder
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.internal.encoder.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.internal.encoder.TestAll
TestAll - Class in com.bigdata.rdf.internal.gis
TestAll() - Constructor for class com.bigdata.rdf.internal.gis.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.internal.gis.TestAll
TestAll - Class in com.bigdata.rdf.internal.impl.uri
TestAll() - Constructor for class com.bigdata.rdf.internal.impl.uri.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.internal.impl.uri.TestAll
TestAll - Class in com.bigdata.rdf.internal
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.internal.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.internal.TestAll
TestAll - Class in com.bigdata.rdf.lexicon
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.lexicon.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.lexicon.TestAll
TestAll - Class in com.bigdata.rdf.load
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.load.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.load.TestAll
TestAll - Class in com.bigdata.rdf.model
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.model.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.model.TestAll
TestAll - Class in com.bigdata.rdf.rio.ntriples
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.rio.ntriples.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.rio.ntriples.TestAll
TestAll - Class in com.bigdata.rdf.rio
RIO integration tests.
TestAll() - Constructor for class com.bigdata.rdf.rio.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.rio.TestAll
TestAll - Class in com.bigdata.rdf.rules
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.rules.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.rules.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.cache
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.cache.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.cache.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.eval.rto
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.eval.service
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.eval
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.eval.update
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.eval.update.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.update.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.optimizers
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.service.storedquery
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.service.storedquery.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.service.storedquery.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast.ssets
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.ssets.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.ssets.TestAll
TestAll - Class in com.bigdata.rdf.sparql.ast
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.ast.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestAll
TestAll - Class in com.bigdata.rdf.sparql
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.sparql.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.sparql.TestAll
TestAll - Class in com.bigdata.rdf.spo
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.spo.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.spo.TestAll
TestAll - Class in com.bigdata.rdf.store
TestAll() - Constructor for class com.bigdata.rdf.store.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.store.TestAll
TestAll - Class in com.bigdata.rdf
Aggregates test suites into increasing dependency order.
TestAll() - Constructor for class com.bigdata.rdf.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.TestAll
TestAll - Class in com.bigdata.rdf.vocab
TestAll() - Constructor for class com.bigdata.rdf.vocab.TestAll
TestAll(String) - Constructor for class com.bigdata.rdf.vocab.TestAll
TestAll_RIO - Class in com.bigdata.rdf.rio
Test suite for RIO extensions but NOT the integration tests.
TestAll_RIO() - Constructor for class com.bigdata.rdf.rio.TestAll_RIO
TestAll_RIO(String) - Constructor for class com.bigdata.rdf.rio.TestAll_RIO
TestALPPinTrac773 - Class in com.bigdata.rdf.sparql.ast.optimizers
Trac733 shows some strange behavior, this test case is intended
to explore that.
TestALPPinTrac773() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
TestALPPinTrac773(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testAnd() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
testAskSubquery01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test case for ASK subqueries, as they emerge from FILTER (NOT) EXISTS
clauses.
testAskSubquery02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test case for ASK subqueries, as they emerge from FILTER (NOT) EXISTS
clauses.
testAskSubquery03() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test case for ASK subqueries, as they emerge from FILTER (NOT) EXISTS
clauses.
testAssignmentNode() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for assignment nodes.
TestAST - Class in com.bigdata.rdf.sparql.ast.eval
Port of unit tests originally written at the AST layer.
TestAST() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestAST
TestAST(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestAST
TestAST - Class in com.bigdata.rdf.sparql.ast
TODO This does not really "test" much, just exercises some basic aspects of
the API.
TestAST() - Constructor for class com.bigdata.rdf.sparql.ast.TestAST
TestAST(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestAST
TestASTAttachJoinFiltersOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTAttachJoinFiltersOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTAttachJoinFiltersOptimizer
TestASTAttachJoinFiltersOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTAttachJoinFiltersOptimizer
TestASTBatchResolveTermsOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTBatchResolveTermsOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTBatchResolveTermsOptimizer
TestASTBatchResolveTermsOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTBatchResolveTermsOptimizer
TestASTBottomUpOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTBottomUpOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTBottomUpOptimizer
TestASTBottomUpOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTBottomUpOptimizer
TestASTComplexOptionalOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTComplexOptionalOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTComplexOptionalOptimizer
TestASTComplexOptionalOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTComplexOptionalOptimizer
TestASTConstructOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTConstructOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTConstructOptimizer
TestASTConstructOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTConstructOptimizer
TestASTDescribeOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTDescribeOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTDescribeOptimizer
TestASTDescribeOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTDescribeOptimizer
TestASTDistinctTermScanOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTDistinctTermScanOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTDistinctTermScanOptimizer
TestASTDistinctTermScanOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTDistinctTermScanOptimizer
TestASTDistinctTermScanOptimizer.AbstractASTDistinctTermScanTest - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTDistinctTermScanOptimizer.AbstractASTDistinctTermScanTest() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTDistinctTermScanOptimizer.AbstractASTDistinctTermScanTest
TestASTDistinctTermScanOptimizer.TestQuadsModeAPs - Class in com.bigdata.rdf.sparql.ast.optimizers
Quads mode specific test suite.
TestASTDistinctTermScanOptimizer.TestQuadsModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTDistinctTermScanOptimizer.TestQuadsModeAPs
TestASTDistinctTermScanOptimizer.TestTriplesModeAPs - Class in com.bigdata.rdf.sparql.ast.optimizers
Quads mode specific test suite.
TestASTDistinctTermScanOptimizer.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTDistinctTermScanOptimizer.TestTriplesModeAPs
TestASTEmptyGroupOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTEmptyGroupOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTEmptyGroupOptimizer
TestASTEmptyGroupOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTEmptyGroupOptimizer
TestASTExistsAndJoinOrderByTypeOptimizers - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTExistsAndJoinOrderByTypeOptimizers() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTExistsAndJoinOrderByTypeOptimizers
TestASTExistsAndJoinOrderByTypeOptimizers(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTExistsAndJoinOrderByTypeOptimizers
TestASTFastRangeCountOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTFastRangeCountOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFastRangeCountOptimizer
TestASTFastRangeCountOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFastRangeCountOptimizer
TestASTFastRangeCountOptimizer.TestQuadsModeAPs - Class in com.bigdata.rdf.sparql.ast.optimizers
Quads mode specific test suite.
TestASTFastRangeCountOptimizer.TestQuadsModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFastRangeCountOptimizer.TestQuadsModeAPs
TestASTFastRangeCountOptimizer.TestTriplesModeAPs - Class in com.bigdata.rdf.sparql.ast.optimizers
Triples mode test suite.
TestASTFastRangeCountOptimizer.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFastRangeCountOptimizer.TestTriplesModeAPs
TestASTFastRangeCountOptimizer.TestTriplesModeAPs(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFastRangeCountOptimizer.TestTriplesModeAPs
TestASTFilterNormalizationOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTFilterNormalizationOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
TestASTFilterNormalizationOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
TestASTFlattenJoinGroupsOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTFlattenJoinGroupsOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFlattenJoinGroupsOptimizer
TestASTFlattenJoinGroupsOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFlattenJoinGroupsOptimizer
TestASTFlattenUnionsOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTFlattenUnionsOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFlattenUnionsOptimizer
TestASTFlattenUnionsOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFlattenUnionsOptimizer
TestASTFulltextSearchOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTFulltextSearchOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFulltextSearchOptimizer
TestASTFulltextSearchOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTFulltextSearchOptimizer
TestASTGraphGroupOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTGraphGroupOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTGraphGroupOptimizer
TestASTGraphGroupOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTGraphGroupOptimizer
TestASTHashJoinOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTHashJoinOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTHashJoinOptimizer
TestASTHashJoinOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTHashJoinOptimizer
TestASTJoinGroupOrderOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTJoinGroupOrderOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
TestASTJoinGroupOrderOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
TestASTJoinGroupPartitioning - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTJoinGroupPartitioning() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
TestASTJoinGroupPartitioning(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
TestASTLiftPreFiltersOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTLiftPreFiltersOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTLiftPreFiltersOptimizer
TestASTLiftPreFiltersOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTLiftPreFiltersOptimizer
TestASTMassagedServiceNodeOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTMassagedServiceNodeOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTMassagedServiceNodeOptimizer
TestASTMassagedServiceNodeOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTMassagedServiceNodeOptimizer
TestASTNamedSubqueryOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTNamedSubqueryOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTNamedSubqueryOptimizer
TestASTNamedSubqueryOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTNamedSubqueryOptimizer
TestASTNamedSubqueryOptimizer2 - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTNamedSubqueryOptimizer2() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTNamedSubqueryOptimizer2
TestASTOrderByAggregateFlatteningOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTOrderByAggregateFlatteningOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTOrderByAggregateFlatteningOptimizer
TestASTOrderByAggregateFlatteningOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTOrderByAggregateFlatteningOptimizer
TestASTPropertyPathOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTPropertyPathOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTPropertyPathOptimizer
TestASTPropertyPathOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTPropertyPathOptimizer
TestASTQueryHintOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTQueryHintOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
TestASTQueryHintOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTQueryHintOptimizer
TestASTRangeOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTRangeOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTRangeOptimizer
TestASTRangeOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTRangeOptimizer
TestASTRunFirstRunLastOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTRunFirstRunLastOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTRunFirstRunLastOptimizer
TestASTRunFirstRunLastOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTRunFirstRunLastOptimizer
TestASTSearchOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTSearchOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSearchOptimizer
TestASTSearchOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSearchOptimizer
TestASTServiceNodeOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTServiceNodeOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTServiceNodeOptimizer
TestASTServiceNodeOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTServiceNodeOptimizer
TestASTSetValueExpressionOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTSetValueExpressionOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSetValueExpressionOptimizer
TestASTSetValueExpressionOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSetValueExpressionOptimizer
TestASTSimpleOptionalOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTSimpleOptionalOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSimpleOptionalOptimizer
TestASTSimpleOptionalOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSimpleOptionalOptimizer
TestASTSparql11SubqueryOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTSparql11SubqueryOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSparql11SubqueryOptimizer
TestASTSparql11SubqueryOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSparql11SubqueryOptimizer
TestASTStaticBindingsOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTStaticBindingsOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
TestASTStaticBindingsOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
TestASTStaticJoinOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTStaticJoinOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
TestASTStaticJoinOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer
TestASTSubGroupJoinVarOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTSubGroupJoinVarOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSubGroupJoinVarOptimizer
TestASTSubGroupJoinVarOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTSubGroupJoinVarOptimizer
TestASTUnionFiltersOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTUnionFiltersOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTUnionFiltersOptimizer
TestASTUnionFiltersOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTUnionFiltersOptimizer
TestASTWildcardProjectionOptimizer - Class in com.bigdata.rdf.sparql.ast.optimizers
TestASTWildcardProjectionOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTWildcardProjectionOptimizer
TestASTWildcardProjectionOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestASTWildcardProjectionOptimizer
TestAsynchronousStatementBufferFactory - Class in com.bigdata.rdf.rio
TestAsynchronousStatementBufferFactory() - Constructor for class com.bigdata.rdf.rio.TestAsynchronousStatementBufferFactory
TestAsynchronousStatementBufferFactory(String) - Constructor for class com.bigdata.rdf.rio.TestAsynchronousStatementBufferFactory
TestAVERAGE - Class in com.bigdata.bop.rdf.aggregate
TestAVERAGE() - Constructor for class com.bigdata.bop.rdf.aggregate.TestAVERAGE
TestAVERAGE(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestAVERAGE
TestAxioms - Class in com.bigdata.rdf.axioms
TestAxioms() - Constructor for class com.bigdata.rdf.axioms.TestAxioms
TestAxioms(String) - Constructor for class com.bigdata.rdf.axioms.TestAxioms
TestBackchainOwlSameAsPropertiesIterator - Class in com.bigdata.rdf.rules
TestBackchainOwlSameAsPropertiesIterator() - Constructor for class com.bigdata.rdf.rules.TestBackchainOwlSameAsPropertiesIterator
TestBackchainOwlSameAsPropertiesIterator(String) - Constructor for class com.bigdata.rdf.rules.TestBackchainOwlSameAsPropertiesIterator
TestBackchainTypeResourceIterator - Class in com.bigdata.rdf.rules
TestBackchainTypeResourceIterator() - Constructor for class com.bigdata.rdf.rules.TestBackchainTypeResourceIterator
TestBackchainTypeResourceIterator(String) - Constructor for class com.bigdata.rdf.rules.TestBackchainTypeResourceIterator
testBasicFlattening() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFlattenJoinGroupsOptimizer
TestBasicQuery - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite.
TestBasicQuery() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBasicQuery
TestBasicQuery(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBasicQuery
TestBFS - Class in com.bigdata.rdf.graph.impl.bd
Test class for Breadth First Search (BFS) traversal.
TestBFS() - Constructor for class com.bigdata.rdf.graph.impl.bd.TestBFS
TestBFS(String) - Constructor for class com.bigdata.rdf.graph.impl.bd.TestBFS
testBFS() - Method in class com.bigdata.rdf.graph.impl.bd.TestBFS
testBFS_directed_forward() - Method in class com.bigdata.rdf.graph.impl.bd.TestBFS
Variant test in which we choose a vertex (foaf:person) in
the middle of the graph and insist on forward directed edges.
testBFS_directed_reverse() - Method in class com.bigdata.rdf.graph.impl.bd.TestBFS
Variant test in which we choose a vertex (foaf:person) in
the middle of the graph and insist on reverse directed edges.
testBFS_undirected() - Method in class com.bigdata.rdf.graph.impl.bd.TestBFS
Variant test in which we choose a vertex (foaf:person) in
the middle of the graph and insist on directed edges.
TestBigdataNativeServiceEvaluation - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for SPARQL 1.1 Federated Query against an internal,
bigdata "aware" service (similar to our integrated full text search
facility).
TestBigdataNativeServiceEvaluation() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestBigdataNativeServiceEvaluation
TestBigdataNativeServiceEvaluation(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestBigdataNativeServiceEvaluation
TestBigdataValueSerialization - Class in com.bigdata.rdf.model
TestBigdataValueSerialization() - Constructor for class com.bigdata.rdf.model.TestBigdataValueSerialization
TestBigdataValueSerialization(String) - Constructor for class com.bigdata.rdf.model.TestBigdataValueSerialization
testBigMinCalculation2Dim() - Method in class com.bigdata.rdf.internal.TestZOrderRangeScanUtility
We implement the test case from Wikipedia: https://en.wikipedia.org/wiki/Z-order_curve,
implementing bigmin calculation in a two-dimensional setting.
testBigMinCalculation3Dim() - Method in class com.bigdata.rdf.internal.TestZOrderRangeScanUtility
Test for BigMin calculation in a three-dimensional setting.
TestBind - Class in com.bigdata.bop.rdf
Test suite for logic which "joins" two solutions, propagating bindings,
verifying constraints, and dropping bindings which are not to be kept.
TestBind() - Constructor for class com.bigdata.bop.rdf.TestBind
TestBind(String) - Constructor for class com.bigdata.bop.rdf.TestBind
TestBindHeisenbug708 - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for a hesienbug involving BIND.
TestBindHeisenbug708() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBindHeisenbug708
TestBindHeisenbug708(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBindHeisenbug708
TestBindings - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for SPARQL 1.1 BIND & VALUES clause.
TestBindings() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBindings
TestBindings(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBindings
testBindingsAndBottomUp01a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp01b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp01c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp01d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp02a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp02b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
SELECT ?s WHERE {
BIND(1 AS ?s)
OPTIONAL {
OPTIONAL {
?s ?p ?o
}
}
}
over singleton graph.
testBindingsAndBottomUp03a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
SELECT * WHERE {
BIND(1 AS ?s)
{
BIND(2 AS ?s2)
FILTER(!bound(?s))
}
}
over empty graph.
testBindingsAndBottomUp03b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03g() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03h() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03i() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03j() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp03k() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp04a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp04b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp04c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp04d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp04e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp05a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp05b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndBottomUp05c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndValuesMix01a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndValuesMix01b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndValuesMix01c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndValuesMix01d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndValuesMix01e() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsAndValuesMix01f() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsClause() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for assignment nodes.
testBindingsWithSubquery01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsWithSubquery02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsWithSubquery03a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsWithSubquery03b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsWithSubquery04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsWithSubquery05() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindingsWithSubquery06() - Method in class com.bigdata.rdf.sparql.ast.eval.TestBindings
Evaluation of query
testBindPlacement01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testBindPlacement02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testBindPlacement03() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test complex pattern, including inter- and intra-partition reordering,
with focus on BIND and ASSIGNMENT nodes.
TestBlobIV - Class in com.bigdata.rdf.internal
TestBlobIV() - Constructor for class com.bigdata.rdf.internal.TestBlobIV
TestBlobIV(String) - Constructor for class com.bigdata.rdf.internal.TestBlobIV
TestBlobsConfiguration - Class in com.bigdata.rdf.store
Test suite for configuration of the BLOBS index support.
TestBlobsConfiguration() - Constructor for class com.bigdata.rdf.store.TestBlobsConfiguration
TestBlobsConfiguration(String) - Constructor for class com.bigdata.rdf.store.TestBlobsConfiguration
TestBlobsIndex - Class in com.bigdata.rdf.lexicon
Test suite for low-level operations on the BLOBS index.
TestBlobsIndex() - Constructor for class com.bigdata.rdf.lexicon.TestBlobsIndex
TestBlobsIndex(String) - Constructor for class com.bigdata.rdf.lexicon.TestBlobsIndex
TestBlobsWriteTask - Class in com.bigdata.rdf.lexicon
TestBlobsWriteTask() - Constructor for class com.bigdata.rdf.lexicon.TestBlobsWriteTask
TestBlobsWriteTask(String) - Constructor for class com.bigdata.rdf.lexicon.TestBlobsWriteTask
TestBlockingBufferPerformance740 - Class in com.bigdata.rdf.sparql.ast.eval
TestBlockingBufferPerformance740() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBlockingBufferPerformance740
TestBlockingBufferPerformance740(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestBlockingBufferPerformance740
TestBOpUtility - Class in com.bigdata.bop.rdf
TestBOpUtility() - Constructor for class com.bigdata.bop.rdf.TestBOpUtility
TestBOpUtility(String) - Constructor for class com.bigdata.bop.rdf.TestBOpUtility
testBottomUpSemanticsExplainHint01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is attached for FILTER scope issues.
testBottomUpSemanticsExplainHint02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is attached for FILTER scope issues.
testBottomUpSemanticsExplainHint03() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is attached for BIND scope issues.
testBottomUpSemanticsExplainHint04() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is attached for BIND scope issues.
testBottomUpSemanticsExplainHint05() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is attached for VALUES scope issues.
testBottomUpSemanticsExplainHint06() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is not attached, using an example with
BIND where no bottom-up semantics issues arise.
TestBsbmBIQuery - Class in com.bigdata.rdf.sparql.ast.eval.bsbm.bi
Data driven test suite for complex queries.
TestBsbmBIQuery() - Constructor for class com.bigdata.rdf.sparql.ast.eval.bsbm.bi.TestBsbmBIQuery
TestBsbmBIQuery(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.bsbm.bi.TestBsbmBIQuery
TestBsbmExploreQuery - Class in com.bigdata.rdf.sparql.ast.eval.bsbm.explore
Data driven test suite for complex queries.
TestBsbmExploreQuery() - Constructor for class com.bigdata.rdf.sparql.ast.eval.bsbm.explore.TestBsbmExploreQuery
TestBsbmExploreQuery(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.bsbm.explore.TestBsbmExploreQuery
testBuiltinLatLon01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary latitude only.
testBuiltinLatLon02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary longitude only.
testBuiltinLatLonTime01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary latitude only.
testBuiltinLatLonTime02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary longitude only.
testBuiltinLatLonTime03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary time only.
TestBulkFilter - Class in com.bigdata.rdf.store
Test bulk filter API.
TestBulkFilter() - Constructor for class com.bigdata.rdf.store.TestBulkFilter
TestBulkFilter(String) - Constructor for class com.bigdata.rdf.store.TestBulkFilter
testCache - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
TestCacheConnectionFactory - Class in com.bigdata.rdf.sparql.ast.cache
TestCacheConnectionFactory() - Constructor for class com.bigdata.rdf.sparql.ast.cache.TestCacheConnectionFactory
TestCacheConnectionFactory(String) - Constructor for class com.bigdata.rdf.sparql.ast.cache.TestCacheConnectionFactory
testCircleOutOfBounds01a() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify that a circle query with illegal center point latitude
value fails.
testCircleOutOfBounds01b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify that a circle query with illegal center point longitude
value fails.
testCircleOutOfBounds02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify that a query that spans over the max lat + lon
values does not fail, but yields all data in the database.
testClosureOfMappedRuleWithOneTail() - Method in class com.bigdata.rdf.rules.TestMappedProgram
testClosureOfMappedRuleWithTwoTails() - Method in class com.bigdata.rdf.rules.TestMappedProgram
TestComboJoins - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite.
TestComboJoins() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestComboJoins
TestComboJoins(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestComboJoins
testCompareDates() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
TestCompareFullAndFastClosure - Class in com.bigdata.rdf.rules
Test suite comparing full fix point closure of RDFS entailments against the
fast closure program for some known data sets (does not test truth
maintenance under assertion and retraction or the justifications).
TestCompareFullAndFastClosure() - Constructor for class com.bigdata.rdf.rules.TestCompareFullAndFastClosure
TestCompareFullAndFastClosure(String) - Constructor for class com.bigdata.rdf.rules.TestCompareFullAndFastClosure
testCompletion() - Method in class com.bigdata.rdf.store.TestBulkFilter
Simple test of bulk SPO completion (value lookup).
TestCompletionScan - Class in com.bigdata.rdf.lexicon
TestCompletionScan() - Constructor for class com.bigdata.rdf.lexicon.TestCompletionScan
TestCompletionScan(String) - Constructor for class com.bigdata.rdf.lexicon.TestCompletionScan
testComplexALPNode() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
testComplexJoinGroup01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for more complex join groups.
testComplexJoinGroup02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for more complex join groups.
testComplexMultiplePartitions() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
Test multiple partitions including constructs other than simple
statement patterns.
testComplexOptimization01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test complex pattern, including inter- and intra-partition reordering,
excluding BIND and ASSIGNMENT nodes.
testComplexOptimization02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test complex pattern, including inter- and intra-partition reordering,
with focus on BIND and ASSIGNMENT nodes.
TestComplexQuery - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for complex queries.
TestComplexQuery() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestComplexQuery
TestComplexQuery(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestComplexQuery
testComplexWithQuery() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Test case comprising a complex WITH query that puts everything
together.
TestCompressedTimestampExtensionSPARQL - Class in com.bigdata.rdf.sparql.ast.eval
TestCompressedTimestampExtensionSPARQL() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestCompressedTimestampExtensionSPARQL
TestCompressedTimestampExtensionSPARQL(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestCompressedTimestampExtensionSPARQL
TestConstruct - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for CONSTRUCT queries.
TestConstruct() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestConstruct
TestConstruct(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestConstruct
testConstructFiltersForValueExpressionNodeMethod() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
testConstructionAndUtilities() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestGroupNodeVarBindingInfo
Test interface implementation for statement patterns nodes.
TestContextAdvancer - Class in com.bigdata.rdf.rules
TestContextAdvancer() - Constructor for class com.bigdata.rdf.rules.TestContextAdvancer
TestContextAdvancer(String) - Constructor for class com.bigdata.rdf.rules.TestContextAdvancer
testContextChange() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFlattenJoinGroupsOptimizer
TestCoordinateDD - Class in com.bigdata.rdf.internal.gis
TestCoordinateDD() - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateDD
TestCoordinateDD(String) - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateDD
TestCoordinateDDM - Class in com.bigdata.rdf.internal.gis
TestCoordinateDDM() - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateDDM
TestCoordinateDDM(String) - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateDDM
TestCoordinateDMS - Class in com.bigdata.rdf.internal.gis
TestCoordinateDMS() - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateDMS
TestCoordinateDMS(String) - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateDMS
testCoordinateSystemInLatLonDatatype() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
testCoordinateSystemInNonLatLonDatatype() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
TestCoordinateUtility - Class in com.bigdata.rdf.internal.gis
TestCoordinateUtility() - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateUtility
TestCoordinateUtility(String) - Constructor for class com.bigdata.rdf.internal.gis.TestCoordinateUtility
TestCOUNT - Class in com.bigdata.bop.rdf.aggregate
TestCOUNT() - Constructor for class com.bigdata.bop.rdf.aggregate.TestCOUNT
TestCOUNT(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestCOUNT
testCRCustomFieldsValueButNoCustomFields() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the time value, but the index contains no time.
testCRDistanceButNoGeospatialComponent() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the distance, but the index contains no latitude/longitude.
testCRDistanceButRectangleQuery() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the distance, but the index contains no latitude/longitude.
testCRInCircleInvalidCenterGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where circle query is given with an invalid center
testCRInCircleInvalidRadiusGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where circle query is given with an invalid radius
testCRInCircleNoCenterGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where circle query is given but no circle center is specified.
testCRInCircleNoRadiusGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where circle query is given but no radius is specified.
testCRInCircleNorthEastGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where circle query is given in combination with a north-east coordinate.
testCRInCircleSouthWestGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where circle query is given in combination with a south-west coordinate.
testCRIncompleteCustomFields() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with customFields specification being incomplete.
testCRInRectangleCenterGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where rectangle query is given in combination with a circle center.
testCRInRectangleInvalidNorthEast() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where rectangle query is given and north-east is not a valid coordinate.
testCRInRectangleInvalidSouthWest() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where rectangle query is given and south-west is not a valid coordinate.
testCRInRectangleNoNorthEast() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where rectangle query is given, but no north-east coordinate is specified.
testCRInRectangleNoSouthWest() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where rectangle query is given, but no south-west coordinate is specified.
testCRInRectangleRadiusGiven() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where rectangle query is given in combination with a circle radius.
testCRInvalidGeoFunction() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where geo function is invalid.
testCRLatValueButNoLocation() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the latitude value, but the index contains no location.
testCRLocationAndTimeValueButNoLocation() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the locationAndTime value, but the index contains no location.
testCRLocationAndTimeValueButNoTime() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the locationAndTime value, but the index contains no time.
testCRLocationValueButNoLocation() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the location value, but the index contains no location.
testCRLonValueButNoLocation() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the longitude value, but the index contains no location.
testCRMissingCoordSystem() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where coordinate system is given, but index requires it.
testCRMissingCustomFields01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with customFields specification missing.
testCRMissingCustomFields02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with customFields specification missing.
testCRMissingCustomFields03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with customFields specification missing.
testCRMissingCustomFields04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with customFields specification missing.
testCRMissingGeoFunction() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where geo function is not given, but index requires it.
testCRMissingTimeEnd() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with timeEnd specification missing.
testCRMissingTimeStart() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with timeStart specification missing.
testCRTimeValueButNoTime() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we aim at extracting the time value, but the index contains no time.
testCRTooManyCustomFields() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with customFields specification containing too many elements.
testCRUnknownGeoSpatialDatatype() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where we query a datatype that is not a geospatial one.
testCRUnusableCoordSystem() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where coordinate system is given, but index cannot use it.
testCRUnusableCustomFields() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with customFields given, but no custom fields being defined in the index.
testCRUnusableGeoFunction() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case where geo function is given, but index cannot use it.
testCRUnusableTimeEnd() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with timeEnd specification missing, but not present in index.
testCRUnusableTimeStart() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with timeStart specification given, but not present in index.
testCRWrongDataFormat01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with geospatial literal that has too many elements.
testCRWrongDataFormat02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with geospatial literal that has not enough elements.
testCRWrongDataFormat03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
Test case with geospatial literal that is not numerical.
testCustomDatatypeCircle01LatLonTime() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Circle query over lat+lon+time datatype and database containing
lat+lon+time only data.
testCustomDatatypeCircle01LatLonTimeMixedData() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Circle query over lat+lon+time datatype and database containing mixed data.
testCustomDatatypeCircle01LatTimeLon() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Circle query over lat+time+lon datatype and database containing
lat+time+lon only data.
testCustomDatatypeCircle01LatTimeLonMixedData() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Rectangle query over lat+lon+time datatype and database containing mixed data.
testCustomDatatypeCircle01TimeLatLon() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Circle query over lat+time+lon datatype and database containing
lat+time+lon only data.
testCustomDatatypeCircle01TimeLatLonMixedData() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Circle query over time+lat+lon datatype and database containing mixed data.
testCustomDatatypePrecision() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Verify precision handling, which is changed in the configuration to be 6 for
the first component and 5 for the second one.
testCustomDatatypeRect01LatLonTime() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Rectangle query over lat+lon+time datatype and database containing
lat+lon+time only data.
testCustomDatatypeRect01LatLonTimeMixedData() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Rectangle query over lat+lon+time datatype and database containing mixed data.
testCustomDatatypeRect01LatTimeLon() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Rectangle query over lat+time+lon datatype and database containing
lat+time+lon only data.
testCustomDatatypeRect01LatTimeLonMixedData() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Rectangle query over lat+lon+time datatype and database containing mixed data.
testCustomDatatypeRect01TimeLatLon() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Rectangle query over lat+time+lon datatype and database containing
lat+time+lon only data.
testCustomDatatypeRect01TimeLatLonMixedData() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Rectangle query over time+lat+lon datatype and database containing mixed data.
testCustomFieldsBindingInjection01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Test bindings injection in custom fields values from outside.
testCustomFieldsBindingInjection02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Test bindings injection in custom fields values from outside.
testCustomFieldsMixed01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Test mixing up service keywords for different datatypes.
testCustomFieldsTimeXYZ01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (TIME,x,y,z) index
testCustomFieldsTimeXYZ02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (TIME,x,y,z) index, where we additionally
extract values from the index.
testCustomFieldsTimeXYZ03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (TIME,x,y,z) index, with just the field
order definition inverted in the query.
testCustomFieldsTimeXYZ04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (TIME,x,y,z) index with full literal value extraction.
testCustomFieldsXYZ01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z) index
testCustomFieldsXYZ02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z) index, where we additionally
extract values from the index.
testCustomFieldsXYZ03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z) index, with just the field
order definition inverted in the query.
testCustomFieldsXYZ04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z) index, with full literal extraction.
testCustomFieldsXYZLatLonTime01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index
testCustomFieldsXYZLatLonTime02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract values from the index.
testCustomFieldsXYZLatLonTime02b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract a single value from the index.
testCustomFieldsXYZLatLonTime02c() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract a single value from the index.
testCustomFieldsXYZLatLonTime02d() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract a single value from the index.
testCustomFieldsXYZLatLonTime02e() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract a single value from the index.
testCustomFieldsXYZLatLonTime02f() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract a single value from the index.
testCustomFieldsXYZLatLonTime02g() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract a single value from the index.
testCustomFieldsXYZLatLonTime02h() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, where we
additionally extract a single value from the index.
testCustomFieldsXYZLatLonTime03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index, with just the field
order definition inverted in the query.
testCustomFieldsXYZLatLonTime04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index.
testCustomFieldsXYZLatLonTime05() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
Simple basic test case for (x,y,z,TIME,LAT,LON) index.
TestCustomFunction - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for registering and evaluating custom functions.
TestCustomFunction() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestCustomFunction
TestCustomFunction(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestCustomFunction
TestCustomTypeCasts - Class in com.bigdata.rdf.sparql.ast.eval
TestCustomTypeCasts() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestCustomTypeCasts
TestCustomTypeCasts(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestCustomTypeCasts
testCustomUUIDNamespace() - Method in class com.bigdata.rdf.store.TestInlineURIs
testCustomXYZLatLonTimeCoord01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary x only.
testCustomXYZLatLonTimeCoord02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary y only.
testCustomXYZLatLonTimeCoord03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary z only.
testCustomXYZLatLonTimeCoord04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary latitude only.
testCustomXYZLatLonTimeCoord05() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary longitude only.
testCustomXYZLatLonTimeCoord06() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary time only.
testCustomXYZLatLonTimeCoord07() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
Vary coordinate system only.
TestDatabaseAtOnceClosure - Class in com.bigdata.rdf.rules
Unit tests for database at once closure, fix point of a rule set (does not
test truth maintenance under assertion and retraction or the justifications).
TestDatabaseAtOnceClosure() - Constructor for class com.bigdata.rdf.rules.TestDatabaseAtOnceClosure
TestDatabaseAtOnceClosure(String) - Constructor for class com.bigdata.rdf.rules.TestDatabaseAtOnceClosure
TestDataLoader - Class in com.bigdata.rdf.store
TestDataLoader() - Constructor for class com.bigdata.rdf.store.TestDataLoader
TestDataLoader(String) - Constructor for class com.bigdata.rdf.store.TestDataLoader
TestDataSetJoin - Class in com.bigdata.bop.rdf.join
TestDataSetJoin() - Constructor for class com.bigdata.bop.rdf.join.TestDataSetJoin
TestDataSetJoin(String) - Constructor for class com.bigdata.bop.rdf.join.TestDataSetJoin
testDefaultDatatypeExplicit() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDefaults
Query against default datatype explicitly naming default.
testDefaultDatatypeImplicit() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDefaults
Query against default datatype explicitly not naming default.
TestDefaultGraphs - Class in com.bigdata.rdf.sparql.ast.eval
Unit tests for default graph semantics ported from the old
TestDefaultGraphAccessPath class.
TestDefaultGraphs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDefaultGraphs
TestDefaultGraphs(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDefaultGraphs
TestDescribe - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for DESCRIBE queries, including the interaction with
the optional DESCRIBE cache.
TestDescribe() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDescribe
TestDescribe(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDescribe
testDeviceAddress() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testDimensionValueExtracion01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify that location value is properly extracted.
testDimensionValueExtracion02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify that time value is properly extracted.
testDimensionValueExtracion03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify that location + time value is properly extracted.
testDimensionValueExtracion04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify that all dimension values are extracted properly
when respective output variables are present
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testDisableBuiltin01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDisableBuiltinDatatypes
Verify that built-in lat+lon datatype is disabled
testDisableBuiltin02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDisableBuiltinDatatypes
Verify that built-in lat+lon+time datatype is disabled
testDisableBuiltin03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDisableBuiltinDatatypes
Verify that specifically registered datatypes is working properly.
TestDistinct - Class in com.bigdata.rdf.rules
TestDistinct() - Constructor for class com.bigdata.rdf.rules.TestDistinct
TestDistinct(String) - Constructor for class com.bigdata.rdf.rules.TestDistinct
TestDistinctTermScan - Class in com.bigdata.rdf.rules
TestDistinctTermScan() - Constructor for class com.bigdata.rdf.rules.TestDistinctTermScan
TestDistinctTermScan(String) - Constructor for class com.bigdata.rdf.rules.TestDistinctTermScan
TestDistinctTermScanOptimizer - Class in com.bigdata.rdf.sparql.ast.eval
TestDistinctTermScanOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDistinctTermScanOptimizer
TestDistinctTermScanOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDistinctTermScanOptimizer
TestDistinctTermScanOptimizer.TestQuadsModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
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.
TestDistinctTermScanOptimizer.TestQuadsModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDistinctTermScanOptimizer.TestQuadsModeAPs
TestDistinctTermScanOptimizer.TestTriplesModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
Triples mode test suite.
TestDistinctTermScanOptimizer.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestDistinctTermScanOptimizer.TestTriplesModeAPs
testDocumentationBuiltin01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
Built-in datatype example
testDocumentationBuiltin01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryIfGeospatialDisabled
Submit a query and make sure it fails with proper exception if
geospatial SERVCIE is not enabled.
testDocumentationBuiltin02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
Built-in datatype example
testDocumentationBuiltin03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
Built-in datatype example
testDocumentationBuiltin04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
Built-in datatype example
testDocumentationCustomLLTT01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
latitude-longitude-starttime-endtime example from documentation
testDocumentationCustomWHL01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
width-height-length datatype example from documentation
TestDTE - Class in com.bigdata.rdf.internal
TestDTE() - Constructor for class com.bigdata.rdf.internal.TestDTE
TestDTE(String) - Constructor for class com.bigdata.rdf.internal.TestDTE
TestDTEFlags - Class in com.bigdata.rdf.internal
TestDTEFlags() - Constructor for class com.bigdata.rdf.internal.TestDTEFlags
TestDTEFlags(String) - Constructor for class com.bigdata.rdf.internal.TestDTEFlags
testEmptyPartitions() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
Test empty partition.
TestEncodeDecodeGeoSpatialLiteralIVs - Class in com.bigdata.rdf.internal
TestEncodeDecodeGeoSpatialLiteralIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
TestEncodeDecodeGeoSpatialLiteralIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
TestEncodeDecodeIPv4AddrIV - Class in com.bigdata.rdf.internal
TestEncodeDecodeIPv4AddrIV() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeIPv4AddrIV
TestEncodeDecodeIPv4AddrIV(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeIPv4AddrIV
TestEncodeDecodeKeys - Class in com.bigdata.rdf.internal
Unit tests for encoding and decoding compound keys (such as are used by the
statement indices) in which some of the key components are inline values
having variable component lengths while others are term identifiers.
TestEncodeDecodeKeys() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeKeys
TestEncodeDecodeKeys(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeKeys
TestEncodeDecodeLiteralArrayIVs - Class in com.bigdata.rdf.internal
TestEncodeDecodeLiteralArrayIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeLiteralArrayIVs
TestEncodeDecodeLiteralArrayIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeLiteralArrayIVs
TestEncodeDecodeMixedIVs - Class in com.bigdata.rdf.internal
Test of encode/decode and especially
comparator semantics for mixed
IVs.
TestEncodeDecodeMixedIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeMixedIVs
TestEncodeDecodeMixedIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeMixedIVs
TestEncodeDecodePackedLongIVs - Class in com.bigdata.rdf.internal
TestEncodeDecodePackedLongIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodePackedLongIVs
TestEncodeDecodePackedLongIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodePackedLongIVs
TestEncodeDecodeUnicodeIVs - Class in com.bigdata.rdf.internal
Unit tests for
IVs which inline Unicode data.
TestEncodeDecodeUnicodeIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeUnicodeIVs
TestEncodeDecodeUnicodeIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeUnicodeIVs
TestEncodeDecodeXSDDateIVs - Class in com.bigdata.rdf.internal
TestEncodeDecodeXSDDateIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeXSDDateIVs
TestEncodeDecodeXSDDateIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeXSDDateIVs
TestEncodeDecodeXSDDecimalIVs - Class in com.bigdata.rdf.internal
TestEncodeDecodeXSDDecimalIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeXSDDecimalIVs
TestEncodeDecodeXSDDecimalIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeXSDDecimalIVs
TestEncodeDecodeXSDIntegerIVs - Class in com.bigdata.rdf.internal
TestEncodeDecodeXSDIntegerIVs() - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeXSDIntegerIVs
TestEncodeDecodeXSDIntegerIVs(String) - Constructor for class com.bigdata.rdf.internal.TestEncodeDecodeXSDIntegerIVs
TestEquals - Class in com.bigdata.rdf.model
Test suite for equals() semantics for
BigdataValue implementations.
TestEquals() - Constructor for class com.bigdata.rdf.model.TestEquals
TestEquals(String) - Constructor for class com.bigdata.rdf.model.TestEquals
testEverything() - Method in class com.bigdata.rdf.sparql.ast.TestAST
TestExplainHints - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for EXPLAIN hints.
TestExplainHints() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
TestExplainHints(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
testExtractTopLevelConjunctsMethod() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test the ASTFilterNormalizationOptimizer#extractToplevelConjuncts(
com.bigdata.rdf.sparql.ast.IValueExpressionNode, List) method.
TestFactory - Class in com.bigdata.rdf.model
TestFactory() - Constructor for class com.bigdata.rdf.model.TestFactory
TestFactory(String) - Constructor for class com.bigdata.rdf.model.TestFactory
TestFastRangeCountOptimizer - Class in com.bigdata.rdf.sparql.ast.eval
TestFastRangeCountOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestFastRangeCountOptimizer
TestFastRangeCountOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestFastRangeCountOptimizer
TestFastRangeCountOptimizer.TestQuadsModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
Quads mode test suite.
TestFastRangeCountOptimizer.TestQuadsModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestFastRangeCountOptimizer.TestQuadsModeAPs
TestFastRangeCountOptimizer.TestTriplesModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
TestFastRangeCountOptimizer.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestFastRangeCountOptimizer.TestTriplesModeAPs
testFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for FILTER nodes (simple).
testFilterAndBindInlinedBindAddedToExogeneous() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Given
testFilterDecompositionNoOp() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
The FILTER
testFilterExistsAndNotExists() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for FILTER EXISTS and FILTER NOT EXISTS
nodes.
testFilterOfFulltextSearch() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Verify that a subsequent filter applied to a keyword result
returns the desired result.
testFilterPlacement01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testFilterPlacement02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testFilterPlacement03() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testFilterPlacement04() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test filter placement where one filter variables is bound in the first,
one in the join group
TestFilters - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for FILTER evaluation.
TestFilters() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestFilters
TestFilters(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestFilters
testFixedWidthIntegerURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testFixedWidthIntegerURIHandlerFail() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
TestFullTextIndex - Class in com.bigdata.rdf.lexicon
Test of adding terms with the full text index enabled and of lookup of terms
by tokens which appear within those terms.
TestFullTextIndex() - Constructor for class com.bigdata.rdf.lexicon.TestFullTextIndex
TestFullTextIndex(String) - Constructor for class com.bigdata.rdf.lexicon.TestFullTextIndex
TestFulltextSearch - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for external full text search.
TestFulltextSearch() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
TestFulltextSearch(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
TestFullyInlineTypedLiteralIV - Class in com.bigdata.rdf.internal
TestFullyInlineTypedLiteralIV() - Constructor for class com.bigdata.rdf.internal.TestFullyInlineTypedLiteralIV
TestFullyInlineTypedLiteralIV(String) - Constructor for class com.bigdata.rdf.internal.TestFullyInlineTypedLiteralIV
testFullyInlineUriIV() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
TestFullyInlineURIIV - Class in com.bigdata.rdf.internal
TestFullyInlineURIIV() - Constructor for class com.bigdata.rdf.internal.TestFullyInlineURIIV
TestFullyInlineURIIV(String) - Constructor for class com.bigdata.rdf.internal.TestFullyInlineURIIV
TestFuzzySSSP - Class in com.bigdata.rdf.graph.impl.bd
TODO.
TestFuzzySSSP() - Constructor for class com.bigdata.rdf.graph.impl.bd.TestFuzzySSSP
TestFuzzySSSP(String) - Constructor for class com.bigdata.rdf.graph.impl.bd.TestFuzzySSSP
TestGather - Class in com.bigdata.rdf.graph.impl.bd
Test class for GATHER.
TestGather() - Constructor for class com.bigdata.rdf.graph.impl.bd.TestGather
TestGather(String) - Constructor for class com.bigdata.rdf.graph.impl.bd.TestGather
testGather_inEdges() - Method in class com.bigdata.rdf.graph.impl.bd.TestGather
testGE() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
TestGeoSpatialCorrectRejection - Class in com.bigdata.rdf.sparql.ast.eval.service
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.
TestGeoSpatialCorrectRejection() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
TestGeoSpatialCorrectRejection(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCorrectRejection
TestGeoSpatialCustomFields - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for GeoSpatial service feature aiming at the definition of
custom fields (possibly combined with predefined fields).
TestGeoSpatialCustomFields() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
TestGeoSpatialCustomFields(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomFields
TestGeoSpatialCustomSerializer - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for custom serializer.
TestGeoSpatialCustomSerializer() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializer
TestGeoSpatialCustomSerializer(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializer
TestGeoSpatialCustomSerializerWKT - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for custom serializer, testing basic feasibility
for WKT literals (not strictly following the standard).
TestGeoSpatialCustomSerializerWKT() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
TestGeoSpatialCustomSerializerWKT(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
TestGeoSpatialDefaults - Class in com.bigdata.rdf.sparql.ast.eval.service
Tests covering the geospatial default configuration, i.e.
TestGeoSpatialDefaults() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDefaults
TestGeoSpatialDefaults(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDefaults
TestGeoSpatialDisableBuiltinDatatypes - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite testing configurability of GeoSpatial service.
TestGeoSpatialDisableBuiltinDatatypes() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDisableBuiltinDatatypes
TestGeoSpatialDisableBuiltinDatatypes(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDisableBuiltinDatatypes
TestGeoSpatialExamplesFromDocumentation - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite asserting that the examples in the geospatial
documentation are running through properly.
TestGeoSpatialExamplesFromDocumentation() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
TestGeoSpatialExamplesFromDocumentation(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialExamplesFromDocumentation
TestGeoSpatialQueryIfGeospatialDisabled - Class in com.bigdata.rdf.sparql.ast.eval.service
Test case asserting that geospatial SERVICE query fails with proper
exception if geospatial submodue is turned off.
TestGeoSpatialQueryIfGeospatialDisabled() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryIfGeospatialDisabled
TestGeoSpatialQueryIfGeospatialDisabled(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryIfGeospatialDisabled
TestGeoSpatialQueryVaryOneDimension - Class in com.bigdata.rdf.sparql.ast.eval.service
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.
TestGeoSpatialQueryVaryOneDimension() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
TestGeoSpatialQueryVaryOneDimension(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialQueryVaryOneDimension
TestGeoSpatialServiceConfiguration - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite testing configurability of GeoSpatial service.
TestGeoSpatialServiceConfiguration() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfiguration
TestGeoSpatialServiceConfiguration(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfiguration
TestGeoSpatialServiceConfigurationCustomDatatype - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite testing configurability of GeoSpatial service.
TestGeoSpatialServiceConfigurationCustomDatatype() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
TestGeoSpatialServiceConfigurationCustomDatatype(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
TestGeoSpatialServiceConfigurationParsing - Class in com.bigdata.rdf.sparql.ast.eval.service
Test suite testing the form-JSON parsing facilities for the GeoSpatial service configuration.
TestGeoSpatialServiceConfigurationParsing() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
TestGeoSpatialServiceConfigurationParsing(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
TestGeoSpatialServiceEvaluation - Class in com.bigdata.rdf.sparql.ast.eval.service
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.
TestGeoSpatialServiceEvaluation() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
TestGeoSpatialServiceEvaluation(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
TestGeoSpatialServiceEvaluationQuads - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for GeoSpatial service feature, GeoSpatial in
triples vs.
TestGeoSpatialServiceEvaluationQuads() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
TestGeoSpatialServiceEvaluationQuads(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
TestGraphEmptyPattern709_429 - Class in com.bigdata.rdf.sparql.ast.eval
Tests concerning "SELECT GRAPH XXXX {}" with XXXX and the dataset varying.
TestGraphEmptyPattern709_429() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestGraphEmptyPattern709_429
TestGraphEmptyPattern709_429(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestGraphEmptyPattern709_429
testGrid180x5vCircle01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Circle test q query on grid ranging from [-179;180] longitude
and [-5;5] latitude and fixed "0" timestamp, aiming
covering edge cases overlapping the -180 and +180
longitude values.
testGrid180x5vCircle02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Circle test query on grid ranging from [-179;180] longitude
and [-5;5] latitude and fixed "0" timestamp, aiming
covering edge cases overlapping the -180 and +180
longitude values.
testGrid180x5vCircle03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Circle test q query on grid ranging from [-179;180] longitude
and [-5;5] latitude and fixed "0" timestamp, aiming
covering edge cases overlapping the -180 and +180
longitude values.
testGrid180x5vCircle04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Circle test q query on grid ranging from [-179;180] longitude
and [-5;5] latitude and fixed "0" timestamp, aiming
covering edge cases overlapping the -180 and +180
longitude values.
testGrid180x5vRectangle01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Rectangle test q query on grid ranging from [-179;180] longitude
and [-5;5] latitude and fixed "0" timestamp, aiming
covering edge cases overlapping the -180 and +180
longitude values.
testGrid180x5vRectangle02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Rectangle test query on grid ranging from [-179;180] longitude
and [-5;5] latitude and fixed "0" timestamp, aiming
covering edge cases overlapping the -180 and +180
longitude values.
testGrid180x5vRectangle03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Rectangle test query on grid ranging from [-179;180] longitude
and [-5;5] latitude and fixed "0" timestamp, aiming
covering edge cases overlapping the -180 and +180
longitude values.
TestGROUP_CONCAT - Class in com.bigdata.bop.rdf.aggregate
TestGROUP_CONCAT() - Constructor for class com.bigdata.bop.rdf.aggregate.TestGROUP_CONCAT
TestGROUP_CONCAT(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestGROUP_CONCAT
TestGroupByOp - Class in com.bigdata.bop.solutions
A collection of tests for various implementations of GroupByOp.
TestGroupByOp() - Constructor for class com.bigdata.bop.solutions.TestGroupByOp
TestGroupByOp(String) - Constructor for class com.bigdata.bop.solutions.TestGroupByOp
TestGroupNodeVarBindingInfo - Class in com.bigdata.rdf.sparql.ast.optimizers
Test suite for the GroupNodeVarBindingInfo class.
TestGroupNodeVarBindingInfo() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestGroupNodeVarBindingInfo
TestGroupNodeVarBindingInfo(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestGroupNodeVarBindingInfo
testGT() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
TestHashJoin - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for queries designed to exercise a hash join against an access
path.
TestHashJoin() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestHashJoin
TestHashJoin(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestHashJoin
testHexUUIDURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
TestId2TermTupleSerializer - Class in com.bigdata.rdf.lexicon
TestId2TermTupleSerializer() - Constructor for class com.bigdata.rdf.lexicon.TestId2TermTupleSerializer
TestId2TermTupleSerializer(String) - Constructor for class com.bigdata.rdf.lexicon.TestId2TermTupleSerializer
testInCircleQuery01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
Test query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery01a() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Test query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery01b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Test query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery01c() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Test query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery01d() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Test query
PREFIX geo:
SELECT * WHERE {
?res geo:search "inCircle" .
testInCircleQuery02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfiguration
Compared to the circle01* queries, the query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Compared to the circle01* queries, the query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
Test query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
A variant of circle02 where the unit is specified in miles rather
than kilometers (delivering the same result).
testInCircleQuery04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Compared to queries circle02 and circle03, the query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery05() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Compared to queries circle04, the query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery06a() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Query similar in spirit to circle04, but settled at the corner of our
gred (top left):
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testInCircleQuery06b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Query similar in spirit to circle06a, but top-right corner.
testInCircleQuery06c() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Query similar in spirit to circle06a, but lower-left corner.
testInCircleQuery06d() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Query similar in spirit to circle06a, but lower-right corner.
testInCircleQueryParallel01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Test query
PREFIX geo:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
TestInclude - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for INCLUDE of named solution sets NOT generated by a
NamedSubqueryRoot.
TestInclude() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestInclude
TestInclude(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestInclude
TestInclude.IncludeStressTests - Class in com.bigdata.rdf.sparql.ast.eval
Tests to be executed in a stress test fashion, i.e.
TestInclude.IncludeStressTests() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestInclude.IncludeStressTests
TestInclude.IncludeStressTests(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestInclude.IncludeStressTests
testInlineArray() - Method in class com.bigdata.rdf.store.TestInlineURIs
TestInlineConstraints - Class in com.bigdata.rdf.sparql.ast.eval
TestInlineConstraints() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
TestInlineConstraints(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
testInlineFromBind() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from BIND clause,
including the removal of the clause and putting the values into the
exogeneous mapping set.
testInlineFromBindInComplexFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from BIND clause,
including the removal of the clause and putting the values into the
exogeneous mapping set.
testInlineFromBindInFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from BIND clause,
including the removal of the clause and putting the values into the
exogeneous mapping set.
testInlineFromBindNested1() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from BIND clause,
including the removal of the clause and putting the values into the
exogeneous mapping set in a nested setting.
testInlineFromBindNested2() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from BIND clause,
including the removal of the clause and putting the values into the
exogeneous mapping set in a nested setting.
testInlineFromExogeneousBindings() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Given
testInlineFromTopLevelValues() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from top-level VALUES
clause, including the removal of the clause and putting the values into
the exogeneous mapping set.
testInlineFromValues() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from top-level VALUES
clause, including the removal of the clause and putting the values into
the exogeneous mapping set.
testInlineIPv4s() - Method in class com.bigdata.rdf.store.TestInlineURIs
TestInlineLocalNameIntegerURIHandler - Class in com.bigdata.rdf.internal
TestInlineLocalNameIntegerURIHandler(String) - Constructor for class com.bigdata.rdf.internal.TestInlineLocalNameIntegerURIHandler
testInlineSimpleFilterEqURI() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Given
testInlineSimpleFilterEqURIRev() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test testInlineSimpleFilterEqURI with FILTER conditions reversed.
testInlineSimpleFilterINURI() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Given
TestInlineURIHandlers - Class in com.bigdata.rdf.internal
TestInlineURIHandlers() - Constructor for class com.bigdata.rdf.internal.TestInlineURIHandlers
TestInlineURIHandlers(String) - Constructor for class com.bigdata.rdf.internal.TestInlineURIHandlers
TestInlineURIs - Class in com.bigdata.rdf.store
Integration test suite for
InlineURIFactory (the inline IVs are also
tested in their own package without the triple store integration).
TestInlineURIs() - Constructor for class com.bigdata.rdf.store.TestInlineURIs
TestInlineURIs(String) - Constructor for class com.bigdata.rdf.store.TestInlineURIs
TestInlineURIs.CustomInlineURIFactory - Class in com.bigdata.rdf.store
TestInlineURIs.CustomInlineURIFactory() - Constructor for class com.bigdata.rdf.store.TestInlineURIs.CustomInlineURIFactory
TestInlineURIs.CustomVocab - Class in com.bigdata.rdf.store
Note: Must be public for access patterns.
TestInlineURIs.CustomVocab() - Constructor for class com.bigdata.rdf.store.TestInlineURIs.CustomVocab
TestInlineURIs.CustomVocab(String) - Constructor for class com.bigdata.rdf.store.TestInlineURIs.CustomVocab
TestInlineURIs.InlineArrayFactory - Class in com.bigdata.rdf.store
TestInlineURIs.InlineArrayFactory() - Constructor for class com.bigdata.rdf.store.TestInlineURIs.InlineArrayFactory
TestInlineURIs.InlineArrayHandler - Class in com.bigdata.rdf.store
TestInlineURIs.InlineArrayHandler(String) - Constructor for class com.bigdata.rdf.store.TestInlineURIs.InlineArrayHandler
TestInlineURIs.MultipurposeInlineIDFactory - Class in com.bigdata.rdf.store
TestInlineURIs.MultipurposeInlineIDFactory() - Constructor for class com.bigdata.rdf.store.TestInlineURIs.MultipurposeInlineIDFactory
TestInlineURIs.MultipurposeInlineIDHandler - Class in com.bigdata.rdf.store
TestInlineURIs.MultipurposeInlineIDHandler(String) - Constructor for class com.bigdata.rdf.store.TestInlineURIs.MultipurposeInlineIDHandler
testInlineUUIDs() - Method in class com.bigdata.rdf.store.TestInlineURIs
testInlineWithSubquery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from BIND clause,
including the removal of the clause and putting the values into the
exogeneous mapping set.
TestInlining - Class in com.bigdata.rdf.lexicon
Test suite for adding terms to the lexicon.
TestInlining() - Constructor for class com.bigdata.rdf.lexicon.TestInlining
TestInlining(String) - Constructor for class com.bigdata.rdf.lexicon.TestInlining
TestInlining.MyVocabulary - Class in com.bigdata.rdf.lexicon
TestInlining.MyVocabulary() - Constructor for class com.bigdata.rdf.lexicon.TestInlining.MyVocabulary
De-serialization ctor.
TestInlining.MyVocabulary(String) - Constructor for class com.bigdata.rdf.lexicon.TestInlining.MyVocabulary
testInliningForComplexExogeneousMapping() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Assert that even for complex exogeneous mappings, variables that map
to the same value in all cases are inlined properly.
testInRectangleQuery01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfiguration
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery02a() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery02b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery05() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple query:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testInRectangleQuery06() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple query (not wrapped into service):
PREFIX geo:
SELECT ?res WHERE {
?res geo:search "inRectangle" .
testInRectangleQuery07() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple query and subsequent join of result.
testInRectangleQuery08() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify precision handling.
testInRectangleQuery08mod() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfiguration
Verify precision handling, which is changed in the configuration to be 6 for
the first component and 5 for the second one.
TestInsertRate - Class in com.bigdata.rdf.store
A test for measuring the possible insert rate for a triple store based on a
journal and btree using a synthetic data generator.
TestInsertRate() - Constructor for class com.bigdata.rdf.store.TestInsertRate
TestInsertRate(String) - Constructor for class com.bigdata.rdf.store.TestInsertRate
TestInsertRate.XMLSchema - Class in com.bigdata.rdf.store
Defines a variety of URIs relevant to the XML Schema Datatypes
specification.
TestInsertRate.XMLSchema() - Constructor for class com.bigdata.rdf.store.TestInsertRate.XMLSchema
testIPAddress() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddress1() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddress2() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddress3() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddressBad() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddressBad2() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddressBadCIDR() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddressCIDR() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
testIPAddressCIDR2() - Method in class com.bigdata.rdf.internal.impl.uri.IPv4AddrIVTest
TestIsModified - Class in com.bigdata.rdf.store
TestIsModified() - Constructor for class com.bigdata.rdf.store.TestIsModified
TestIsModified(String) - Constructor for class com.bigdata.rdf.store.TestIsModified
TestIVariableBindingRequirements - Class in com.bigdata.rdf.sparql.ast.optimizers
TestIVariableBindingRequirements() - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
TestIVariableBindingRequirements(String) - Constructor for class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
TestIVBindingSetEncoder - Class in com.bigdata.rdf.internal.encoder
TestIVBindingSetEncoder() - Constructor for class com.bigdata.rdf.internal.encoder.TestIVBindingSetEncoder
TestIVBindingSetEncoder(String) - Constructor for class com.bigdata.rdf.internal.encoder.TestIVBindingSetEncoder
TestIVBindingSetEncoderWithCache - Class in com.bigdata.rdf.internal.encoder
Deprecated.
TestIVBindingSetEncoderWithCache() - Constructor for class com.bigdata.rdf.internal.encoder.TestIVBindingSetEncoderWithCache
Deprecated.
TestIVBindingSetEncoderWithCache(String) - Constructor for class com.bigdata.rdf.internal.encoder.TestIVBindingSetEncoderWithCache
Deprecated.
TestIVCache - Class in com.bigdata.rdf.lexicon
TestIVCache() - Constructor for class com.bigdata.rdf.lexicon.TestIVCache
TestIVCache(String) - Constructor for class com.bigdata.rdf.lexicon.TestIVCache
TestIVSolutionSetEncoder - Class in com.bigdata.rdf.internal.encoder
TestIVSolutionSetEncoder() - Constructor for class com.bigdata.rdf.internal.encoder.TestIVSolutionSetEncoder
TestIVSolutionSetEncoder(String) - Constructor for class com.bigdata.rdf.internal.encoder.TestIVSolutionSetEncoder
TestIVUnicode - Class in com.bigdata.rdf.internal
TestIVUnicode() - Constructor for class com.bigdata.rdf.internal.TestIVUnicode
TestIVUnicode(String) - Constructor for class com.bigdata.rdf.internal.TestIVUnicode
testJoinGroupOrderExplainHint01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is attached for non-reorderable join groups.
testJoinGroupOrderExplainHint02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is not attached for reorderable join groups.
TestJoinOrder - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for SPARQL 1.1 BIND & VALUES clause.
TestJoinOrder() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestJoinOrder
TestJoinOrder(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestJoinOrder
testJoinOrderOptional01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestJoinOrder
Query
testJoinOrderOptional02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestJoinOrder
Query
TestJoinSetUtil - Class in com.bigdata.rdf.sparql.ast
TestJoinSetUtil() - Constructor for class com.bigdata.rdf.sparql.ast.TestJoinSetUtil
TestJoinSetUtil(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestJoinSetUtil
testJoinWithFulltextSearch() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Verify that a subsequent join with a keyword result returns the
desired results.
TestJustifications - Class in com.bigdata.rdf.rules
Test suite for writing, reading, chasing and retracting
Justifications.
TestJustifications() - Constructor for class com.bigdata.rdf.rules.TestJustifications
TestJustifications(String) - Constructor for class com.bigdata.rdf.rules.TestJustifications
testLE() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
testLeaveBindBeforeService() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTMassagedServiceNodeOptimizer
TestLexAccessPatternEnum - Class in com.bigdata.rdf.lexicon
TestLexAccessPatternEnum() - Constructor for class com.bigdata.rdf.lexicon.TestLexAccessPatternEnum
TestLexAccessPatternEnum(String) - Constructor for class com.bigdata.rdf.lexicon.TestLexAccessPatternEnum
TestLexiconKeyBuilder - Class in com.bigdata.rdf.lexicon
TestLexiconKeyBuilder() - Constructor for class com.bigdata.rdf.lexicon.TestLexiconKeyBuilder
TestLexiconKeyBuilder(String) - Constructor for class com.bigdata.rdf.lexicon.TestLexiconKeyBuilder
TestLiteralDatatypeIV - Class in com.bigdata.rdf.internal
TestLiteralDatatypeIV() - Constructor for class com.bigdata.rdf.internal.TestLiteralDatatypeIV
TestLiteralDatatypeIV(String) - Constructor for class com.bigdata.rdf.internal.TestLiteralDatatypeIV
testLiteralExtensionIV() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
TestLoadAndVerify - Class in com.bigdata.rdf.rio
Test loads an RDF/XML resource into a database and then verifies by re-parse
that all expected statements were made persistent in the database.
TestLoadAndVerify() - Constructor for class com.bigdata.rdf.rio.TestLoadAndVerify
TestLoadAndVerify(String) - Constructor for class com.bigdata.rdf.rio.TestLoadAndVerify
testLoadFunction() - Method in class com.bigdata.rdf.internal.TestZOrderRangeScanUtility
TestLocalQuadStore - Class in com.bigdata.rdf.store
TestLocalQuadStore() - Constructor for class com.bigdata.rdf.store.TestLocalQuadStore
TestLocalQuadStore(String) - Constructor for class com.bigdata.rdf.store.TestLocalQuadStore
TestLocalTripleStore - Class in com.bigdata.rdf.store
TestLocalTripleStore() - Constructor for class com.bigdata.rdf.store.TestLocalTripleStore
TestLocalTripleStore(String) - Constructor for class com.bigdata.rdf.store.TestLocalTripleStore
TestLocalTripleStoreDestroy - Class in com.bigdata.rdf.store
Test suite to verify the semantics of destroying a
LocalTripleStore,
including verifying that the indices are deleted (gone from Name2Addr), that
the locator is cleared from the
DefaultResourceLocator, and that the
entries from the
AbstractTripleStore are removed from the global row
store.
TestLocalTripleStoreDestroy() - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreDestroy
TestLocalTripleStoreDestroy(String) - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreDestroy
TestLocalTripleStoreTransactionSemantics - Class in com.bigdata.rdf.store
TestLocalTripleStoreTransactionSemantics() - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreTransactionSemantics
TestLocalTripleStoreTransactionSemantics(String) - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreTransactionSemantics
TestLocalTripleStoreWithoutInlining - Class in com.bigdata.rdf.store
TestLocalTripleStoreWithoutInlining() - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreWithoutInlining
TestLocalTripleStoreWithoutInlining(String) - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreWithoutInlining
TestLocalTripleStoreWithoutStatementIdentifiers - Class in com.bigdata.rdf.store
TestLocalTripleStoreWithoutStatementIdentifiers() - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreWithoutStatementIdentifiers
TestLocalTripleStoreWithoutStatementIdentifiers(String) - Constructor for class com.bigdata.rdf.store.TestLocalTripleStoreWithoutStatementIdentifiers
TestLockDeserialization - Class in com.bigdata.rdf.load
This is a test suite for the
ReentrantLock deserialization pattern
used by the
MappedRDFFileLoadTask when it executes on a remote
ClientService.
TestLockDeserialization() - Constructor for class com.bigdata.rdf.load.TestLockDeserialization
TestLockDeserialization(String) - Constructor for class com.bigdata.rdf.load.TestLockDeserialization
testLT() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
TestMappedProgram - Class in com.bigdata.rdf.rules
MappedProgram is used to produce the full closure and fast closure
programs and is responsible, together with
TMUtility, for mapping
those rules across the permutations of the [database/focusStore] views.
TestMappedProgram() - Constructor for class com.bigdata.rdf.rules.TestMappedProgram
TestMappedProgram(String) - Constructor for class com.bigdata.rdf.rules.TestMappedProgram
testMappedRuleWithOneTail() - Method in class com.bigdata.rdf.rules.TestMappedProgram
testMappedRuleWithTwoTails() - Method in class com.bigdata.rdf.rules.TestMappedProgram
TestMatch - Class in com.bigdata.rdf.rules
TestMatch() - Constructor for class com.bigdata.rdf.rules.TestMatch
TestMatch(String) - Constructor for class com.bigdata.rdf.rules.TestMatch
testMath() - Method in class com.bigdata.rdf.internal.TestPackedLongIVs
Test math operations such as +, -, *, /, MIN and MAX over the datatype.
testMath() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
TestMAX - Class in com.bigdata.bop.rdf.aggregate
TestMAX() - Constructor for class com.bigdata.bop.rdf.aggregate.TestMAX
TestMAX(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestMAX
TestMergeJoin - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite.
TestMergeJoin() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestMergeJoin
TestMergeJoin(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestMergeJoin
testMergeWithComplexExogeneousMapping() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
testMergeWithSimpleExogeneousMapping() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from top-level VALUES
clause, including the removal of the clause and putting the values into
the exogeneous mapping set.
TestMIN - Class in com.bigdata.bop.rdf.aggregate
TestMIN() - Constructor for class com.bigdata.bop.rdf.aggregate.TestMIN
TestMIN(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestMIN
TestModelsEqual - Class in com.bigdata.rdf.rules
TestModelsEqual() - Constructor for class com.bigdata.rdf.rules.TestModelsEqual
TestModelsEqual(String) - Constructor for class com.bigdata.rdf.rules.TestModelsEqual
testMultiFulltextSearch() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Verify passing of query via variable, which leads to multiple keyword
search requests.
testMultiInlineFromExogeneousBindings() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Given
TestMultiInlineURIFactory - Class in com.bigdata.rdf.vocab
TestMultiInlineURIFactory() - Constructor for class com.bigdata.rdf.vocab.TestMultiInlineURIFactory
TestMultiInlineURIHandlersSingleNamespace - Class in com.bigdata.rdf.internal
Test case for multiple InlineURIHandlers at a single namespace.
TestMultiInlineURIHandlersSingleNamespace() - Constructor for class com.bigdata.rdf.internal.TestMultiInlineURIHandlersSingleNamespace
testMultiplePartitionsWithStatementPattern() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
Test multiple partitions (all of which are made out of statement
patterns).
testMultipurposeIDNamespace() - Method in class com.bigdata.rdf.store.TestInlineURIs
TestMultiVocabulary - Class in com.bigdata.rdf.vocab
TestMultiVocabulary() - Constructor for class com.bigdata.rdf.vocab.TestMultiVocabulary
De-serialization ctor.
TestMultiVocabulary(String) - Constructor for class com.bigdata.rdf.vocab.TestMultiVocabulary
TestNamedGraphs - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for named and default graph stuff.
TestNamedGraphs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestNamedGraphs
TestNamedGraphs(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestNamedGraphs
testNamedSolutionSetInsideNamedSubQuery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTNamedSubqueryOptimizer2
See https://jira.blazegraph.com/browse/BLZG-856
testNamedSolutionSetLimit() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTNamedSubqueryOptimizer2
See https://jira.blazegraph.com/browse/BLZG-1862
TestNamedSubQuery - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite for named subquery evaluation (that is, for queries
which are explicitly written using the named subquery syntax).
TestNamedSubQuery() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestNamedSubQuery
TestNamedSubQuery(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestNamedSubQuery
testNamedSubquery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
testNamedSubqueryPlacement01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test placement of named subquery at the beginning of the associated
partition.
testNamedSubqueryPlacement02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test placement of named subquery at the beginning of the previous
partition (where intra-partition optimization is possible).
TestNamespaceMultiURIHandler - Class in com.bigdata.rdf.vocab
TestNamespaceMultiURIHandler() - Constructor for class com.bigdata.rdf.vocab.TestNamespaceMultiURIHandler
TestNativeDistinctFilter - Class in com.bigdata.bop.rdf.filter
TestNativeDistinctFilter() - Constructor for class com.bigdata.bop.rdf.filter.TestNativeDistinctFilter
TestNativeDistinctFilter(String) - Constructor for class com.bigdata.bop.rdf.filter.TestNativeDistinctFilter
TestNativeDistinctFilter.JoinSetup - Class in com.bigdata.bop.rdf.filter
Setup for a problem used by many of the join test suites.
TestNativeDistinctFilter.JoinSetup(String) - Constructor for class com.bigdata.bop.rdf.filter.TestNativeDistinctFilter.JoinSetup
TestNegation - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for SPARQL negation (EXISTS and MINUS).
TestNegation() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestNegation
TestNegation(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestNegation
testNegationLeafRewriting01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test rewriting of negated leaves, such as !(?x=?y) -> ?x!=?y,
!(?a ?a>=?b, etc.
testNegationLeafRewriting02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test rewriting of negated leaves, such as !(?x=?y) -> ?x!=?y,
!(?a ?a>=?b, etc.
testNestedNegationRewriting() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test level three pushing of negation.
testNestedNegationRewritingAndSplit() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test level three pushing of negation.
testNestedPartway() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNestedPlus() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNestedQuestionMark() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNestedStar() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNestedUnion() - Method in class com.bigdata.rdf.sparql.ast.TestAST
select *
where {
predicate1 .
testNonDefaultDatatype() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDefaults
testNonGeoSpatialQuery01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDefaults
Non-geospatial ?s ?p ?o query retrieving ?s
testNonGeoSpatialQuery02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialDefaults
Non-geospatial ?s ?p ?o query with FILTER retrieving ?s and ?o
testNotInlineSimpleFilterEqLiteral() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Given
testNotInlineSimpleFilterEqLiteralRev() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test testNotInlineSimpleFilterEqLiteral with filter reversed.
testNotNestedPartway() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNotNestedPlus() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNotNestedQuestionMark() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNotNestedStar() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
testNTriplesFile() - Method in class com.bigdata.rdf.rio.ntriples.BigdataNTriplesParserTestCase
testNTriplesFileWithReification() - Method in class com.bigdata.rdf.rio.ntriples.BigdataNTriplesParserTestCase
testNTriplesFileWithSIDS() - Method in class com.bigdata.rdf.rio.ntriples.BigdataNTriplesParserTestCase
TestNTriplesWithSids - Class in com.bigdata.rdf.rio
Test suite for SIDS support with NTRIPLES data.
TestNTriplesWithSids() - Constructor for class com.bigdata.rdf.rio.TestNTriplesWithSids
TestNTriplesWithSids(String) - Constructor for class com.bigdata.rdf.rio.TestNTriplesWithSids
TestOpenrdfNativeServiceEvaluation - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for SPARQL 1.1 Federated Query against an openrdf
aware SERVICE implementation running in the same JVM.
TestOpenrdfNativeServiceEvaluation() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestOpenrdfNativeServiceEvaluation
TestOpenrdfNativeServiceEvaluation(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestOpenrdfNativeServiceEvaluation
testOpenWorldEq() - Method in class com.bigdata.bop.rdf.TestBOpUtility
testOptional01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test OPTIONAL inter-partition reordering.
testOptional02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Test OPTIONAL inter-partition reordering.
testOptionalJoinGroup() - Method in class com.bigdata.rdf.sparql.ast.TestAST
select *
where {
predicate1 .
TestOptionals - Class in com.bigdata.rdf.rules
TestOptionals() - Constructor for class com.bigdata.rdf.rules.TestOptionals
TestOptionals(String) - Constructor for class com.bigdata.rdf.rules.TestOptionals
TestOptionals - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for OPTIONAL groups.
TestOptionals() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestOptionals
TestOptionals(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestOptionals
testOr() - Method in class com.bigdata.rdf.sparql.ast.eval.TestInlineConstraints
testOrAndSwitchRecursive() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test recursive optimization of OR - AND - OR - AND pattern.
testOrAndSwitchWithNegation() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test switch of OR over AND expression with top-level negation expression.
TestOrderBy - Class in com.bigdata.rdf.rules
TestOrderBy() - Constructor for class com.bigdata.rdf.rules.TestOrderBy
TestOrderBy(String) - Constructor for class com.bigdata.rdf.rules.TestOrderBy
testOrExists() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTExistsAndJoinOrderByTypeOptimizers
testOrOrAndSwitch() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test recursive optimization of OR - OR - AND pattern.
testOrWithPropertyPath() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTExistsAndJoinOrderByTypeOptimizers
TestOwlSameAsPropertiesExpandingIterator - Class in com.bigdata.rdf.rules
TestOwlSameAsPropertiesExpandingIterator() - Constructor for class com.bigdata.rdf.rules.TestOwlSameAsPropertiesExpandingIterator
TestOwlSameAsPropertiesExpandingIterator(String) - Constructor for class com.bigdata.rdf.rules.TestOwlSameAsPropertiesExpandingIterator
testPackedLongIVOutOfRange() - Method in class com.bigdata.rdf.internal.TestEncodeDecodePackedLongIVs
TestPackedLongIVs - Class in com.bigdata.rdf.internal
TestPackedLongIVs() - Constructor for class com.bigdata.rdf.internal.TestPackedLongIVs
TestPackedLongIVs(String) - Constructor for class com.bigdata.rdf.internal.TestPackedLongIVs
testPipelinedHashDisabledByQueryHintALP() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of ALP and enablement by query hint.
testPipelinedHashDisabledByQueryHintExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of EXISTS and enablement by query hint.
testPipelinedHashDisabledByQueryHintMinus() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of MINUS and enablement by query hint.
testPipelinedHashDisabledByQueryHintNotExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of NOT EXISTS and enablement by query hint.
testPipelinedHashDisabledByQueryHintOptional() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of OPTIONAL and enablement by query hint.
testPipelinedHashDisabledByQueryHintOptionalAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of OPTIONAL and enablement by query hint and analytic mode.
testPipelinedHashDisabledByQueryHintSubquery() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of subquery and enablement by query hint.
testPipelinedHashDisabledByQueryHintValues() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of VALUES and enablement by query hint.
testPipelinedHashDistinctProjectionBufferThreshold() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Test query affected by
PipelinedHashIndexAndSolutionSetOp.DISTINCT_PROJECTION_BUFFER_THRESHOLD
testPipelinedHashDistinctProjectionBufferThresholdAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Test query affected by
PipelinedHashIndexAndSolutionSetOp.DISTINCT_PROJECTION_BUFFER_THRESHOLD
testPipelinedHashEnabledByQueryHintALP() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of ALP and enablement by query hint.
testPipelinedHashEnabledByQueryHintExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of EXISTS and enablement by query hint.
testPipelinedHashEnabledByQueryHintMinus() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of MINUS and enablement by query hint.
testPipelinedHashEnabledByQueryHintNotExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of NOT EXISTS and enablement by query hint.
testPipelinedHashEnabledByQueryHintOptional() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of OPTIONAL and enablement by query hint.
testPipelinedHashEnabledByQueryHintOptionalAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of OPTIONAL and enablement by query hint and analytic mode.
testPipelinedHashEnabledByQueryHintSubquery() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of subquery and enablement by query hint.
testPipelinedHashEnabledByQueryHintValues() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Combination of VALUES and enablement by query hint.
testPipelinedHashIncomingBindingsBufferThreshold() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Test query affected by
PipelinedHashIndexAndSolutionSetOp.INCOMING_BINDINGS_BUFFER_THRESHOLD.
testPipelinedHashIncomingBindingsBufferThresholdAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Test query affected by
PipelinedHashIndexAndSolutionSetOp.INCOMING_BINDINGS_BUFFER_THRESHOLD.
TestPipelinedHashJoin - Class in com.bigdata.rdf.sparql.ast.eval
TestPipelinedHashJoin() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
TestPipelinedHashJoin(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
testPipelinedHashJoinDefaultUsedForALP01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do not use pipelined hash join for ALP "*" node if no LIMIT in query.
testPipelinedHashJoinDefaultUsedForALP02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do not use pipelined hash join for ALP "+" node if no LIMIT in query.
testPipelinedHashJoinDefaultUsedForExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do *not* use pipelined hash join for EXISTS clause if no LIMIT in query.
testPipelinedHashJoinDefaultUsedForMinus() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for MINUS is not specified when no LIMIT is
present in the query.
testPipelinedHashJoinDefaultUsedForNotExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do *not* use pipelined hash join for NOT EXISTS clause if no LIMIT in query.
testPipelinedHashJoinDefaultUsedForSubquery() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do *not* use pipelined hash join for SPARQL 1.1 subquery if no LIMIT in query.
testPipelinedHashJoinDefaultUsedForValues() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do *not* use pipelined hash join for VALUES clause if no LIMIT in query.
testPipelinedHashJoinDefaultUsedOptional01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Make sure the pipelined hash join operator is not used as a standard for
non-LIMIT query.
testPipelinedHashJoinDefaultUsedOptional01Analytic() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Make sure the pipelined hash join operator is not used as a standard for
non-LIMIT query.
testPipelinedHashJoinDefaultUsedOptionald02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Make sure the pipelined hash join operator is not used as a standard for
LIMIT+OFFSET queries.
testPipelinedHashJoinExistsMultiplicity() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Check correct multiplicity for EXISTS.
testPipelinedHashJoinExistsMultiplicityAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Check correct multiplicity for EXISTS in analytic mode.
testPipelinedHashJoinNotExistsMultiplicity() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Check correct multiplicity for NOT EXISTS.
testPipelinedHashJoinNotExistsMultiplicityAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Check correct multiplicity for NOT EXISTS in analytic mode.
testPipelinedHashJoinUsedForALP01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for ALP "*" node.
testPipelinedHashJoinUsedForALP01AnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for ALP "*" node and analytic mode.
testPipelinedHashJoinUsedForALP02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for ALP "+" node.
testPipelinedHashJoinUsedForALP02AnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for ALP "+" node and analytic mode.
testPipelinedHashJoinUsedForExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do use pipelined hash join for EXISTS clause if LIMIT in query.
testPipelinedHashJoinUsedForExistsAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do use pipelined hash join for EXISTS clause if LIMIT in query
and analytic mode.
testPipelinedHashJoinUsedForMinus() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for MINUS when LIMIT specified.
testPipelinedHashJoinUsedForMinusAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for MINUS when LIMIT specified and analytic mode.
testPipelinedHashJoinUsedForNotExists() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do use pipelined hash join for NOT EXISTS clause if LIMIT in query.
testPipelinedHashJoinUsedForNotExistsAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Do use pipelined hash join for NOT EXISTS clause if LIMIT in query
and analytic mode.
testPipelinedHashJoinUsedForOptional() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for OPTIONAL when LIMIT specified.
testPipelinedHashJoinUsedForOptionalAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for OPTIONAL when LIMIT specified
and analytic mode.
testPipelinedHashJoinUsedForSubquery() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for SPARQL 1.1 subquery.
testPipelinedHashJoinUsedForSubqueryAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for SPARQL 1.1 subquery and analytic mode.
testPipelinedHashJoinUsedForValues() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for inlined VALUES node.
testPipelinedHashJoinUsedForValuesAnalyticMode() - Method in class com.bigdata.rdf.sparql.ast.eval.TestPipelinedHashJoin
Use pipelined hash join for inlined VALUES node and analytic mode.
testPlacementInContextOfNamedSubquery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testPlacementInContextOfOptional() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testPlacementInContextOfSubquery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testPlacementInContextOfUnions() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testPrefixedInteger() - Method in class com.bigdata.rdf.store.TestInlineURIs
testPrefixedIntegerURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testPrefixedSuffixedHexUUIDURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testPrefixedSuffixedUUIDURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testPrefixedSuffixFixedWidthIntegerURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testPrefixedSuffixIntegerURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testPrefixFixedWidthIntegerURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
TestPropertyPaths - Class in com.bigdata.rdf.sparql.ast.eval
TestPropertyPaths() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestPropertyPaths
TestPropertyPaths(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestPropertyPaths
testPutBindBeforeService() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTMassagedServiceNodeOptimizer
TestQueryHints - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for SPARQL queries with embedded query hints.
TestQueryHints() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
TestQueryHints(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestQueryHints
testRealWordCircle01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Real world test against geo coordinates of few cities.
testRealWordCircle02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Real world test against geo coordinates of few cities.
testRealWordCircleWithDistance01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Real world test against geo coordinates of few cities,
including distance calculation.
testRealWordCircleWithDistance02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Real world test against geo coordinates of few cities,
including distance calculation and ORDER BY over distances.
testRealWordRectangle01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Real world test against geo coordinates of few cities.
testRectangleOutOfBounds01a() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Assert failing in case of invalid rectangle coordinates (in upper left).
testRectangleOutOfBounds01b() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Assert failing in case of invalid rectangle coordinates (in lower right).
testRectangleQueryParallel01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Verify rectangle search with simple:
PREFIX geo:
SELECT ?res WHERE {
SERVICE geo:search {
?res geo:search "inRectangle" .
testRectangleQueryParallel02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Variant of testRectangleQueryParallel01.
testRectangleQueryParallel03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Variant of testRectangleQueryParallel01.
testRectangleQueryParallel04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Variant of testRectangleQueryParallel01.
testRectangleQueryParallel05() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
Variant of testRectangleQueryParallel01.
testRectangleRealworld() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
BLZG-1719: test rectangle for real-world example
TestRegexBOp - Class in com.bigdata.rdf.internal.constraints
TestRegexBOp() - Constructor for class com.bigdata.rdf.internal.constraints.TestRegexBOp
TestRegexBOp(String) - Constructor for class com.bigdata.rdf.internal.constraints.TestRegexBOp
TestReificationDoneRightEval - Class in com.bigdata.rdf.sparql.ast.eval.reif
Reification Done Right test suite.
TestReificationDoneRightEval() - Constructor for class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
TestReificationDoneRightEval(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.reif.TestReificationDoneRightEval
testRejectConfigWithNoFields() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
testRejectEmptyEndpoint() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Make sure an exception is thrown in case the endpoint is empty
testRejectEmptySearchString() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Make sure an exception is thrown in case the query string is empty.
testRejectInvalidUri() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
testRejectMappingConflict() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
testRejectMissingDatatypeConfiguration() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
testRejectMissingServiceMappingConfiguration() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
testRejectNoEndpoint() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Make sure an exception is thrown in case the endpoint is empty
testRejectNoSearchString() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Make sure an exception is thrown in case the query string is empty.
testRejectSyntacticallyInvalidConfig() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
testRejectUriConflict() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationParsing
TestRelationLocator - Class in com.bigdata.rdf.store
TestRelationLocator() - Constructor for class com.bigdata.rdf.store.TestRelationLocator
TestRelationLocator(String) - Constructor for class com.bigdata.rdf.store.TestRelationLocator
TestRemoteSparql10QueryBuilder - Class in com.bigdata.rdf.sparql.ast.eval.service
TestRemoteSparql10QueryBuilder() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
TestRemoteSparql10QueryBuilder(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql10QueryBuilder
TestRemoteSparql11QueryBuilder - Class in com.bigdata.rdf.sparql.ast.eval.service
Test suite for the
RemoteSparql11QueryBuilder, including some correct
rejection tests when the solutions to be vectored to the remote end point can
not be represented using the
BINDINGS clause.
TestRemoteSparql11QueryBuilder() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
TestRemoteSparql11QueryBuilder(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparql11QueryBuilder
TestRemoteSparqlBuilderFactory - Class in com.bigdata.rdf.sparql.ast.eval.service
TestRemoteSparqlBuilderFactory() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
TestRemoteSparqlBuilderFactory(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestRemoteSparqlBuilderFactory
testRemoveDuplicateFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test removal of duplicate filter.
testRemoveDuplicateGeneratedFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test removal of duplicate filter, where the duplicate is introduced
through the CNF based decomposition process.
testRemoveUnsatisfiableFilters() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test removal of unsatisfiable filters.
TestReplaceBOp - Class in com.bigdata.rdf.internal.constraints
TestReplaceBOp() - Constructor for class com.bigdata.rdf.internal.constraints.TestReplaceBOp
TestReplaceBOp(String) - Constructor for class com.bigdata.rdf.internal.constraints.TestReplaceBOp
TestRestartSafe - Class in com.bigdata.rdf.store
Test restart safety for the various indices.
TestRestartSafe() - Constructor for class com.bigdata.rdf.store.TestRestartSafe
TestRestartSafe(String) - Constructor for class com.bigdata.rdf.store.TestRestartSafe
testRoundTripAndCompareCompressedTimestamp() - Method in class com.bigdata.rdf.internal.TestEncodeDecodePackedLongIVs
testRoundTripAndComparePackedLongIV() - Method in class com.bigdata.rdf.internal.TestEncodeDecodePackedLongIVs
testRoundTripAsByte() - Method in class com.bigdata.rdf.internal.TestEncodeDecodeLiteralArrayIVs
testRoundTripLiteralArrayIV() - Method in class com.bigdata.rdf.internal.TestEncodeDecodeLiteralArrayIVs
TestRTO_BAR - Class in com.bigdata.rdf.sparql.ast.eval.rto
Data driven test suite for the Runtime Query Optimizer (RTO) using BAR data
and queries.
TestRTO_BAR() - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_BAR
TestRTO_BAR(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_BAR
TestRTO_BSBM - Class in com.bigdata.rdf.sparql.ast.eval.rto
Data driven test suite for the Runtime Query Optimizer (RTO) using BSBM data
and queries based on BSBM.
TestRTO_BSBM() - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_BSBM
TestRTO_BSBM(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_BSBM
TestRTO_FOAF - Class in com.bigdata.rdf.sparql.ast.eval.rto
Deprecated.
None of these test queries are complicated enough to trigger the
RTO. The class and its queries should just be dropped.
TestRTO_FOAF() - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_FOAF
Deprecated.
TestRTO_FOAF(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_FOAF
Deprecated.
TestRTO_LUBM - Class in com.bigdata.rdf.sparql.ast.eval.rto
Data driven test suite for the Runtime Query Optimizer (RTO) using LUBM data
and queries based on LUBM.
TestRTO_LUBM() - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_LUBM
TestRTO_LUBM(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.rto.TestRTO_LUBM
TestRuleExpansion - Class in com.bigdata.rdf.rules
TestRuleExpansion() - Constructor for class com.bigdata.rdf.rules.TestRuleExpansion
TestRuleExpansion(String) - Constructor for class com.bigdata.rdf.rules.TestRuleExpansion
TestRuleFastClosure_11_13 - Class in com.bigdata.rdf.rules
TestRuleFastClosure_11_13() - Constructor for class com.bigdata.rdf.rules.TestRuleFastClosure_11_13
TestRuleFastClosure_11_13(String) - Constructor for class com.bigdata.rdf.rules.TestRuleFastClosure_11_13
TestRuleFastClosure_3_5_6_7_9 - Class in com.bigdata.rdf.rules
TestRuleFastClosure_3_5_6_7_9() - Constructor for class com.bigdata.rdf.rules.TestRuleFastClosure_3_5_6_7_9
TestRuleFastClosure_3_5_6_7_9(String) - Constructor for class com.bigdata.rdf.rules.TestRuleFastClosure_3_5_6_7_9
TestRuleOwlEquivalentClass - Class in com.bigdata.rdf.rules
TestRuleOwlEquivalentClass() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlEquivalentClass
TestRuleOwlEquivalentClass(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlEquivalentClass
TestRuleOwlEquivalentProperty - Class in com.bigdata.rdf.rules
TestRuleOwlEquivalentProperty() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlEquivalentProperty
TestRuleOwlEquivalentProperty(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlEquivalentProperty
TestRuleOwlFunctionalProperty - Class in com.bigdata.rdf.rules
Test suite for owl:FunctionalProperty processing.
TestRuleOwlFunctionalProperty() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlFunctionalProperty
TestRuleOwlFunctionalProperty(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlFunctionalProperty
TestRuleOwlHasValue - Class in com.bigdata.rdf.rules
Test suite for owl:hasValue processing.
TestRuleOwlHasValue() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlHasValue
TestRuleOwlHasValue(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlHasValue
TestRuleOwlInverseOf - Class in com.bigdata.rdf.rules
Test suite for owl:inverseOf processing.
TestRuleOwlInverseOf() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlInverseOf
TestRuleOwlInverseOf(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlInverseOf
TestRuleOwlSameAs - Class in com.bigdata.rdf.rules
Test suite for owl:sameAs processing.
TestRuleOwlSameAs() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlSameAs
TestRuleOwlSameAs(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlSameAs
TestRuleOwlSymmetricProperty - Class in com.bigdata.rdf.rules
Test suite for owl:SymmetricProperty processing.
TestRuleOwlSymmetricProperty() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlSymmetricProperty
TestRuleOwlSymmetricProperty(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlSymmetricProperty
TestRuleOwlTransitiveProperty - Class in com.bigdata.rdf.rules
Test suite for owl:transtitiveProperty processing.
TestRuleOwlTransitiveProperty() - Constructor for class com.bigdata.rdf.rules.TestRuleOwlTransitiveProperty
TestRuleOwlTransitiveProperty(String) - Constructor for class com.bigdata.rdf.rules.TestRuleOwlTransitiveProperty
TestRuleRdf01 - Class in com.bigdata.rdf.rules
TestRuleRdf01() - Constructor for class com.bigdata.rdf.rules.TestRuleRdf01
TestRuleRdf01(String) - Constructor for class com.bigdata.rdf.rules.TestRuleRdf01
TestRuleRdfs03 - Class in com.bigdata.rdf.rules
TestRuleRdfs03() - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs03
TestRuleRdfs03(String) - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs03
TestRuleRdfs04 - Class in com.bigdata.rdf.rules
TestRuleRdfs04() - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs04
TestRuleRdfs04(String) - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs04
TestRuleRdfs07 - Class in com.bigdata.rdf.rules
Note: rdfs 2, 3, 7, and 9 use the same base class.
TestRuleRdfs07() - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs07
TestRuleRdfs07(String) - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs07
TestRuleRdfs10 - Class in com.bigdata.rdf.rules
Note: rdfs 6, 8, 10, 12, and 13 use the same base clase.
TestRuleRdfs10() - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs10
TestRuleRdfs10(String) - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs10
TestRuleRdfs11 - Class in com.bigdata.rdf.rules
Note: rdfs 5 and 11 use the same base class.
TestRuleRdfs11() - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs11
TestRuleRdfs11(String) - Constructor for class com.bigdata.rdf.rules.TestRuleRdfs11
TestSameVariableConstraint - Class in com.bigdata.bop.rdf.filter
TestSameVariableConstraint() - Constructor for class com.bigdata.bop.rdf.filter.TestSameVariableConstraint
TestSameVariableConstraint(String) - Constructor for class com.bigdata.bop.rdf.filter.TestSameVariableConstraint
TestSAMPLE - Class in com.bigdata.bop.rdf.aggregate
TestSAMPLE() - Constructor for class com.bigdata.bop.rdf.aggregate.TestSAMPLE
TestSAMPLE(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestSAMPLE
TestScaleOutTripleStoreWithEmbeddedFederation - Class in com.bigdata.rdf.store
TestScaleOutTripleStoreWithEmbeddedFederation() - Constructor for class com.bigdata.rdf.store.TestScaleOutTripleStoreWithEmbeddedFederation
TestScaleOutTripleStoreWithEmbeddedFederation(String) - Constructor for class com.bigdata.rdf.store.TestScaleOutTripleStoreWithEmbeddedFederation
TestSearch - Class in com.bigdata.rdf.sparql.ast.eval.service
Data driven test suite for full text search.
TestSearch() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
TestSearch(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestSearch
testSerializerCircle01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializer
testSerializerRectangle01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializer
testServiceBDS() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for internal
BDS service.
testServiceBindDependencyOrdering() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
Interaction of BIND/SPARQL SERVICE keyword.
testServiceFTS() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for internal
FTS service.
testServicePlacementServiceBDS() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testServicePlacementServiceFTS01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testServicePlacementServiceFTS02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testServicePlacementSparql11a() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testServicePlacementSparql11b() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testServicePlacementSparql11c() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
TestServiceRegistry - Class in com.bigdata.rdf.sparql.ast.eval.service
TestServiceRegistry() - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestServiceRegistry
TestServiceRegistry(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.service.TestServiceRegistry
testServiceSparql11Constant() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for SPARQL 1.1 SERVICE with constant
specifying service endpoint.
testServiceSparql11Variable() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for SPARQL 1.1 SERVICE with variable
specifying service endpoint.
TestSharedLexiconTempStore - Class in com.bigdata.rdf.store
TestSharedLexiconTempStore() - Constructor for class com.bigdata.rdf.store.TestSharedLexiconTempStore
TestSharedLexiconTempStore(String) - Constructor for class com.bigdata.rdf.store.TestSharedLexiconTempStore
testSignedInteger() - Method in class com.bigdata.rdf.store.TestInlineURIs
testSimpleALPNode() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for ALP nodes.
testSimpleALPP() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestALPPinTrac773
TestSimpleBindingsOptimizer - Class in com.bigdata.rdf.sparql.ast.eval
SPARQL level test suite for the ASTSimpleBindingsOptimizer.
TestSimpleBindingsOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer
TestSimpleBindingsOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer
TestSimpleBindingsOptimizer.TestQuadsModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
TestSimpleBindingsOptimizer.TestQuadsModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer.TestQuadsModeAPs
TestSimpleBindingsOptimizer.TestTriplesModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
Triples mode test suite.
TestSimpleBindingsOptimizer.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleBindingsOptimizer.TestTriplesModeAPs
testSimpleConjunctiveFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
The FILTER
testSimpleDisjunctiveFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
The FILTER
testSimpleExists() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTExistsAndJoinOrderByTypeOptimizers
TestSimpleGroupByAndCountOptimizer - Class in com.bigdata.rdf.sparql.ast.eval
TestSimpleGroupByAndCountOptimizer() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer
TestSimpleGroupByAndCountOptimizer(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer
TestSimpleGroupByAndCountOptimizer.TestQuadsModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
Quads mode test suite.
TestSimpleGroupByAndCountOptimizer.TestQuadsModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer.TestQuadsModeAPs
TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
Triples mode test suite.
TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSimpleGroupByAndCountOptimizer.TestTriplesModeAPs
testSimpleJoin() - Method in class com.bigdata.rdf.sparql.ast.TestAST
select *
where {
predicate1 .
testSimpleJoinGroup() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for simple statement pattern only
join groups.
testSimpleOptional() - Method in class com.bigdata.rdf.sparql.ast.TestAST
select *
where {
predicate1 .
testSimpleOrAndSwitch() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test switch of OR over AND expression expression.
testSimpleSameTermFilter() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Given
testSingleALPP() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFlattenJoinGroupsOptimizer
testSingleFulltextSearchMax() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Verify simple fulltext search with full configuration.
testSingleFulltextSearchMin() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Verify simple fulltext search with small configuration.
testSingleFulltextSearchUsingService() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Verify simple fulltext search with full configuration, where the
magic vocabulary is already encapsulated into a SERVICE node.
testSinglePartitionWithOneStatementPattern() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
Test partition with a single triple pattern.
testSinglePartitionWithThreeStatementPattern() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
Test partition with three statement patterns, where the last one
is optional.
testSinglePartitionWithTwoStatementPattern() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupPartitioning
Test partition with two statement patterns (both not optional).
TestSlice - Class in com.bigdata.rdf.rules
TestSlice() - Constructor for class com.bigdata.rdf.rules.TestSlice
TestSlice(String) - Constructor for class com.bigdata.rdf.rules.TestSlice
TestSolutionSetManager - Class in com.bigdata.rdf.sparql.ast.ssets
Test suite for managing named solution sets.
TestSolutionSetManager() - Constructor for class com.bigdata.rdf.sparql.ast.ssets.TestSolutionSetManager
TestSolutionSetManager(String) - Constructor for class com.bigdata.rdf.sparql.ast.ssets.TestSolutionSetManager
TestSolutionSetStats - Class in com.bigdata.rdf.sparql.ast
TestSolutionSetStats() - Constructor for class com.bigdata.rdf.sparql.ast.TestSolutionSetStats
TestSolutionSetStats(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestSolutionSetStats
TestSolutionSetStatserator - Class in com.bigdata.rdf.sparql.ast
TestSolutionSetStatserator() - Constructor for class com.bigdata.rdf.sparql.ast.TestSolutionSetStatserator
TestSolutionSetStatserator(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestSolutionSetStatserator
TestSPO - Class in com.bigdata.rdf.spo
Test suite for the
SPO class.
TestSPO() - Constructor for class com.bigdata.rdf.spo.TestSPO
TestSPO(String) - Constructor for class com.bigdata.rdf.spo.TestSPO
TestSPOAccessPath - Class in com.bigdata.rdf.spo
TestSPOAccessPath() - Constructor for class com.bigdata.rdf.spo.TestSPOAccessPath
TestSPOAccessPath(String) - Constructor for class com.bigdata.rdf.spo.TestSPOAccessPath
TestSPOKeyCoders - Class in com.bigdata.rdf.spo
Test suite for approaches to key compression for statement indices (keys are
permutations on SPOC, logically comprised of long[4] and encoded as byte[]),
the terms index (key is byte[] encoding the URI, literal, or bnode ID), or
the ids index (key is byte[] encoding a long term identifier).
TestSPOKeyCoders() - Constructor for class com.bigdata.rdf.spo.TestSPOKeyCoders
TestSPOKeyCoders(String) - Constructor for class com.bigdata.rdf.spo.TestSPOKeyCoders
TestSPOKeyOrder - Class in com.bigdata.rdf.spo
TestSPOKeyOrder() - Constructor for class com.bigdata.rdf.spo.TestSPOKeyOrder
TestSPOKeyOrder(String) - Constructor for class com.bigdata.rdf.spo.TestSPOKeyOrder
TestSPOPredicate - Class in com.bigdata.rdf.spo
TestSPOPredicate() - Constructor for class com.bigdata.rdf.spo.TestSPOPredicate
TestSPOPredicate(String) - Constructor for class com.bigdata.rdf.spo.TestSPOPredicate
TestSPORelation - Class in com.bigdata.rdf.spo
Test ability to insert, update, or remove elements from a relation and the
ability to select the right access path given a predicate for that relation
and query for those elements (we have to test all this stuff together since
testing query requires us to have some data in the relation).
TestSPORelation() - Constructor for class com.bigdata.rdf.spo.TestSPORelation
TestSPORelation(String) - Constructor for class com.bigdata.rdf.spo.TestSPORelation
TestSPORelation.P - Class in com.bigdata.rdf.spo
TestSPORelation.P(BOp[], Map<String, Object>) - Constructor for class com.bigdata.rdf.spo.TestSPORelation.P
Required shallow copy constructor.
TestSPORelation.P(TestSPORelation.P) - Constructor for class com.bigdata.rdf.spo.TestSPORelation.P
Constructor required for com.bigdata.bop.BOpUtility#deepCopy(FilterNode).
TestSPORelation.P(String, IVariableOrConstant<IV>, IVariableOrConstant<IV>, IVariableOrConstant<IV>) - Constructor for class com.bigdata.rdf.spo.TestSPORelation.P
TestSPORelation.TestRuleRdfs9 - Class in com.bigdata.rdf.spo
this is rdfs9:
TestSPORelation.TestRuleRdfs9(String) - Constructor for class com.bigdata.rdf.spo.TestSPORelation.TestRuleRdfs9
TestSPOStarJoin - Class in com.bigdata.rdf.spo
TestSPOStarJoin() - Constructor for class com.bigdata.rdf.spo.TestSPOStarJoin
TestSPOStarJoin(String) - Constructor for class com.bigdata.rdf.spo.TestSPOStarJoin
TestSPOTupleSerializer - Class in com.bigdata.rdf.spo
TestSPOTupleSerializer() - Constructor for class com.bigdata.rdf.spo.TestSPOTupleSerializer
TestSPOTupleSerializer(String) - Constructor for class com.bigdata.rdf.spo.TestSPOTupleSerializer
TestSPOValueCoders - Class in com.bigdata.rdf.spo
Test suite for approaches to value compression for statement indices.
TestSPOValueCoders() - Constructor for class com.bigdata.rdf.spo.TestSPOValueCoders
TestSPOValueCoders(String) - Constructor for class com.bigdata.rdf.spo.TestSPOValueCoders
TestSSSP - Class in com.bigdata.rdf.graph.impl.bd
Test class for SSP traversal.
TestSSSP() - Constructor for class com.bigdata.rdf.graph.impl.bd.TestSSSP
TestSSSP(String) - Constructor for class com.bigdata.rdf.graph.impl.bd.TestSSSP
testSSSP() - Method in class com.bigdata.rdf.graph.impl.bd.TestSSSP
testStandaloneBigdataNTriplesParser() - Method in class com.bigdata.rdf.rio.TestStandaloneRDRParsers
testStandaloneBigdataTurtleParser() - Method in class com.bigdata.rdf.rio.TestStandaloneRDRParsers
TestStandaloneRDRParsers - Class in com.bigdata.rdf.rio
Test suite for standalone usage of Bigdata RDF Parsers.
TestStandaloneRDRParsers() - Constructor for class com.bigdata.rdf.rio.TestStandaloneRDRParsers
TestStatementBuffer - Class in com.bigdata.rdf.rio
TestStatementBuffer() - Constructor for class com.bigdata.rdf.rio.TestStatementBuffer
TestStatementBuffer(String) - Constructor for class com.bigdata.rdf.rio.TestStatementBuffer
TestStatementBuffer.TestTriplesModeAPs - Class in com.bigdata.rdf.rio
Triples mode test suite.
TestStatementBuffer.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.rio.TestStatementBuffer.TestTriplesModeAPs
TestStatementEnum - Class in com.bigdata.rdf.spo
TestStatementEnum() - Constructor for class com.bigdata.rdf.spo.TestStatementEnum
TestStatementEnum(String) - Constructor for class com.bigdata.rdf.spo.TestStatementEnum
TestStatementIdentifiers - Class in com.bigdata.rdf.store
Test of the statement identifier semantics.
TestStatementIdentifiers() - Constructor for class com.bigdata.rdf.store.TestStatementIdentifiers
TestStatementIdentifiers(String) - Constructor for class com.bigdata.rdf.store.TestStatementIdentifiers
testStatementPatternNode() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for statement patterns nodes.
TestStaticAnalysis - Class in com.bigdata.rdf.sparql.ast
Test suite for methods supporting static analysis of the variables, including
whether a variable MUST be bound, MIGHT be bound, or is NOT bound.
TestStaticAnalysis() - Constructor for class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
TestStaticAnalysis(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestStaticAnalysis
TestStaticAnalysis_CanJoin - Class in com.bigdata.rdf.sparql.ast
TestStaticAnalysis_CanJoin() - Constructor for class com.bigdata.rdf.sparql.ast.TestStaticAnalysis_CanJoin
TestStaticAnalysis_CanJoin(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestStaticAnalysis_CanJoin
TestStaticAnalysis_CanJoinUsingConstraints - Class in com.bigdata.rdf.sparql.ast
This test suite is built around around BSBM Q5.
TestStaticAnalysis_CanJoinUsingConstraints() - Constructor for class com.bigdata.rdf.sparql.ast.TestStaticAnalysis_CanJoinUsingConstraints
TestStaticAnalysis_CanJoinUsingConstraints(String) - Constructor for class com.bigdata.rdf.sparql.ast.TestStaticAnalysis_CanJoinUsingConstraints
TestStoredQueryService - Class in com.bigdata.rdf.sparql.ast.service.storedquery
Test suite for stored query evaluation.
TestStoredQueryService() - Constructor for class com.bigdata.rdf.sparql.ast.service.storedquery.TestStoredQueryService
TestStoredQueryService(String) - Constructor for class com.bigdata.rdf.sparql.ast.service.storedquery.TestStoredQueryService
TestStrAfterBOp - Class in com.bigdata.rdf.internal.constraints
TestStrAfterBOp() - Constructor for class com.bigdata.rdf.internal.constraints.TestStrAfterBOp
TestStrAfterBOp(String) - Constructor for class com.bigdata.rdf.internal.constraints.TestStrAfterBOp
TestStrBeforeBOp - Class in com.bigdata.rdf.internal.constraints
TestStrBeforeBOp() - Constructor for class com.bigdata.rdf.internal.constraints.TestStrBeforeBOp
TestStrBeforeBOp(String) - Constructor for class com.bigdata.rdf.internal.constraints.TestStrBeforeBOp
TestStripContextFilter - Class in com.bigdata.bop.rdf.filter
TestStripContextFilter() - Constructor for class com.bigdata.bop.rdf.filter.TestStripContextFilter
TestStripContextFilter(String) - Constructor for class com.bigdata.bop.rdf.filter.TestStripContextFilter
TestSubjectCentricFullTextIndex - Class in com.bigdata.rdf.lexicon
Deprecated.
Feature was never completed due to scalability issues. See
BZLG-1548, BLZG-563.
TestSubjectCentricFullTextIndex() - Constructor for class com.bigdata.rdf.lexicon.TestSubjectCentricFullTextIndex
Deprecated.
TestSubjectCentricFullTextIndex(String) - Constructor for class com.bigdata.rdf.lexicon.TestSubjectCentricFullTextIndex
Deprecated.
TestSubQuery - Class in com.bigdata.rdf.sparql.ast.eval
Data driven test suite.
TestSubQuery() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
TestSubQuery(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSubQuery
testSubquery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for UNION nodes.
testSubqueryWithValues() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause of static bindings from BIND clause,
including the removal of the clause and putting the values into the
exogeneous mapping set.
TestSubSelectFilterExist725 - Class in com.bigdata.rdf.sparql.ast.eval
Test for trac725
TestSubSelectFilterExist725() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSubSelectFilterExist725
TestSubSelectFilterExist725(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestSubSelectFilterExist725
TestSubstrBOp - Class in com.bigdata.rdf.internal.constraints
TestSubstrBOp() - Constructor for class com.bigdata.rdf.internal.constraints.TestSubstrBOp
TestSubstrBOp(String) - Constructor for class com.bigdata.rdf.internal.constraints.TestSubstrBOp
testSuffixedHexUUIDURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testSuffixedInteger() - Method in class com.bigdata.rdf.store.TestInlineURIs
testSuffixedIntegerURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testSuffixedUUIDURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
testSuffixFixedWidthIntegerURIHandler() - Method in class com.bigdata.rdf.internal.TestInlineURIHandlers
TestSUM - Class in com.bigdata.bop.rdf.aggregate
TestSUM() - Constructor for class com.bigdata.bop.rdf.aggregate.TestSUM
TestSUM(String) - Constructor for class com.bigdata.bop.rdf.aggregate.TestSUM
TestTCK - Class in com.bigdata.rdf.sparql.ast.eval
Test driver for debugging Sesame or DAWG manifest tests.
TestTCK() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTCK
TestTCK(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTCK
TestTCK.TCKStressTests - Class in com.bigdata.rdf.sparql.ast.eval
Tests to be executed in a stress test fashion, i.e.
TestTCK.TCKStressTests() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTCK.TCKStressTests
TestTCK.TCKStressTests(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTCK.TCKStressTests
TestTempTripleStore - Class in com.bigdata.rdf.store
TestTempTripleStore() - Constructor for class com.bigdata.rdf.store.TestTempTripleStore
TestTempTripleStore(String) - Constructor for class com.bigdata.rdf.store.TestTempTripleStore
TestTermIdEncoder - Class in com.bigdata.rdf.lexicon
Unit test for unified encoding / decoding for partitioned and unpartitioned
long counters as assigned by the
ICounter for a TERM2ID index or
index partition.
TestTermIdEncoder() - Constructor for class com.bigdata.rdf.lexicon.TestTermIdEncoder
TestTermIdEncoder(String) - Constructor for class com.bigdata.rdf.lexicon.TestTermIdEncoder
TestTermIV - Class in com.bigdata.rdf.internal
TestTermIV() - Constructor for class com.bigdata.rdf.internal.TestTermIV
TestTermIV(String) - Constructor for class com.bigdata.rdf.internal.TestTermIV
TestTermIVComparator - Class in com.bigdata.rdf.lexicon
TestTermIVComparator() - Constructor for class com.bigdata.rdf.lexicon.TestTermIVComparator
TestTermIVComparator(String) - Constructor for class com.bigdata.rdf.lexicon.TestTermIVComparator
TestTicket1007 - Class in com.bigdata.rdf.sparql.ast.eval
Various tests covering different constellations where values are constructed
using BIND and reused in other parts of the query, such as
- testing inlined vs.
TestTicket1007() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
TestTicket1007(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1007
TestTicket1087 - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for an issue where ill designed patterns consisting of a
combination of UNION and nested OPTIONAL cause problems.
TestTicket1087() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1087
TestTicket1087(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1087
TestTicket1105 - Class in com.bigdata.rdf.sparql.ast.eval
Test suite asserting that queries containint quads constructs (named graphs)
are rejected in triples mode (at parsing phase), but go through in quads
mode.
TestTicket1105() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1105
TestTicket1105(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1105
TestTicket1105.TestQuadsModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
Quads mode test suite.
TestTicket1105.TestQuadsModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestQuadsModeAPs
TestTicket1105.TestTriplesModeAPs - Class in com.bigdata.rdf.sparql.ast.eval
Triples mode test suite.
TestTicket1105.TestTriplesModeAPs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1105.TestTriplesModeAPs
TestTicket1200_1780 - Class in com.bigdata.rdf.sparql.ast.eval
Test case for https://jira.blazegraph.com/browse/BLZG-1200:
REGEX does not use SPARQL spec for conversion of literals with a language type
TestTicket1200_1780() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
TestTicket1200_1780(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1200_1780
testTicket1363a() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
A UNION node usually has precedence over subqueries.
testTicket1363b() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
In case the UNION node has binding requirements that cannot be satisified
internally, it must be evaluated after the subquery.
testTicket1363c() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
In the following variant, the union node has binding requirements but
can (and does) internally satisfy them.
TestTicket1591 - Class in com.bigdata.rdf.sparql.ast.eval
Test case for https://jira.blazegraph.com/browse/BLZG-1591:
NotMaterializedException with ORDER BY clause (for InlineURIIvs).
TestTicket1591() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1591
TestTicket1591(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1591
TestTicket1899 - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for a NotMaterializedException caused by HTree hash index built.
TestTicket1899() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
TestTicket1899(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket1899
testTicket653() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Tests rewriting of a modified form of ticket #653 (i.e., the
corresponding SELECT query).
TestTicket887 - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for a heisenbug involving BIND.
TestTicket887() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket887
TestTicket887(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket887
TestTicket946 - Class in com.bigdata.rdf.sparql.ast.eval
TestTicket946() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket946
TestTicket946(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTicket946
testTicketBigdataGPU368() - Method in class com.bigdata.rdf.sparql.ast.eval.TestTickets
Ticket: https://github.com/SYSTAP/bigdata-gpu/issues/368
ClassCast Exception when Loading LUBM: com.bigdata.rdf.internal.impl.literal.XSDBooleanIV
cannot be cast to com.bigdata.rdf.internal.impl.literal.NumericIV
testTicketBLZG2042() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Test inlining from BIND clause into property paths, inspired by the case
reported in https://jira.blazegraph.com/browse/BLZG-2042.
testTicketBlzg463a() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Explain hint rendering & bottom up rewriting broken for subqueries,
see https://jira.blazegraph.com/browse/BLZG-1463.
testTicketBlzg463b() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Explain hint rendering & bottom up rewriting broken for subqueries,
see https://jira.blazegraph.com/browse/BLZG-1463.
testTicketBlzg463c() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Explain hint rendering & bottom up rewriting broken for subqueries,
see https://jira.blazegraph.com/browse/BLZG-1463.
testTicketBlzg463d() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Variant of testBottomUpSemanticsExplainHint06, motivated by the fix
made in https://jira.blazegraph.com/browse/BLZG-1463: the idea is to
test a non-complex BIND expression (not containing CONCAT etc.) and
whether this is reported correctly.
TestTickets - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for tickets at
trac .
TestTickets() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTickets
TestTickets(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTickets
TestTMUtility - Class in com.bigdata.rdf.rules
Test suite for rule re-writes supporting truth maintenance for the RDF DB.
TestTMUtility() - Constructor for class com.bigdata.rdf.rules.TestTMUtility
TestTMUtility(String) - Constructor for class com.bigdata.rdf.rules.TestTMUtility
testToConjunctiveValueExpressionMethod() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTFilterNormalizationOptimizer
Test the ASTFilterNormalizationOptimizer#toConjunctiveValueExpression(List)
method.
TestTripleStore - Class in com.bigdata.rdf.store
TestTripleStore() - Constructor for class com.bigdata.rdf.store.TestTripleStore
TestTripleStore(String) - Constructor for class com.bigdata.rdf.store.TestTripleStore
TestTripleStoreBasics - Class in com.bigdata.rdf.store
Aggregates test that are run for each
ITripleStore implementation.
TestTripleStoreBasics() - Constructor for class com.bigdata.rdf.store.TestTripleStoreBasics
TestTruthMaintenance - Class in com.bigdata.rdf.rules
TestTruthMaintenance() - Constructor for class com.bigdata.rdf.rules.TestTruthMaintenance
TestTruthMaintenance(String) - Constructor for class com.bigdata.rdf.rules.TestTruthMaintenance
TestTwoPropertyPaths734 - Class in com.bigdata.rdf.sparql.ast.eval
Tests concerning:
TestTwoPropertyPaths734() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTwoPropertyPaths734
TestTwoPropertyPaths734(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestTwoPropertyPaths734
testTypeCastException() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Casting of non-URI to URI results in proper exception.
TestUnion - Class in com.bigdata.rdf.rules
Unit test for processing of queries consisting of
IPrograms
comprised of more than one
IRule.
TestUnion() - Constructor for class com.bigdata.rdf.rules.TestUnion
TestUnion(String) - Constructor for class com.bigdata.rdf.rules.TestUnion
testUnion() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestIVariableBindingRequirements
Test interface implementation for UNION nodes.
testUnion() - Method in class com.bigdata.rdf.sparql.ast.TestAST
select *
where {
{
predicate1 .
TestUnionMinus - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for UNION and MINUS combined, see
https://sourceforge.net/apps/trac/bigdata/ticket/767
TestUnionMinus() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestUnionMinus
TestUnionMinus(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestUnionMinus
TestUnions - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for UNION.
TestUnions() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestUnions
TestUnions(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestUnions
testUnknownDatatypeRejected() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceConfigurationCustomDatatype
Correct rejection test with search query for datatype that is not registered.
testUnknwonPredicate() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluation
BLZG-1718: exception if search predicate is unknown
testUnsatisfiableMinusExplainHint01() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is attached for unsatisfiable MINUS:
SELECT * WHERE { ?s ?p ?o MINUS { ?a ?b ?c } }
testUnsatisfiableMinusExplainHint02() - Method in class com.bigdata.rdf.sparql.ast.eval.TestExplainHints
Assert that the explain hint is not attached for satisfiable MINUS:
SELECT * WHERE { ?s ?p ?o MINUS { ?s ?b ?c } }
TestUnsigned - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for xsd:unsigned handling.
TestUnsigned() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestUnsigned
TestUnsigned(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestUnsigned
testUnsignedInteger() - Method in class com.bigdata.rdf.store.TestInlineURIs
TestUnsignedIntegerIVs - Class in com.bigdata.rdf.internal
Test suite for xsd:nonPositiveInteger, xsd:negativeInteger,
xsd:nonNegativeInteger, and xsd:positiveInteger.
TestUnsignedIntegerIVs() - Constructor for class com.bigdata.rdf.internal.TestUnsignedIntegerIVs
TestUnsignedIntegerIVs(String) - Constructor for class com.bigdata.rdf.internal.TestUnsignedIntegerIVs
TestUnsignedIVs - Class in com.bigdata.rdf.internal
Test suite for the xsd:unsigned IV which are internally represented by Java
primitives (xsd:unsignedByte, xsd:unsignedShort, xsd:unsignedInt, and
xsd:unsignedLong).
TestUnsignedIVs() - Constructor for class com.bigdata.rdf.internal.TestUnsignedIVs
TestUnsignedIVs(String) - Constructor for class com.bigdata.rdf.internal.TestUnsignedIVs
TestUpdateBootstrap - Class in com.bigdata.rdf.sparql.ast.eval.update
Bootstrapped test suite for core UPDATE functionality based on BOP
evaluation.
TestUpdateBootstrap() - Constructor for class com.bigdata.rdf.sparql.ast.eval.update.TestUpdateBootstrap
TestUpdateBootstrap(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.update.TestUpdateBootstrap
testUriExtensionIV() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
TestURIExtensionIV - Class in com.bigdata.rdf.internal
TestURIExtensionIV() - Constructor for class com.bigdata.rdf.internal.TestURIExtensionIV
TestURIExtensionIV(String) - Constructor for class com.bigdata.rdf.internal.TestURIExtensionIV
TestURIExtensionIV.MockVocabulary - Class in com.bigdata.rdf.internal
TestURIExtensionIV.MockVocabulary() - Constructor for class com.bigdata.rdf.internal.TestURIExtensionIV.MockVocabulary
De-serialization.
TestURIExtensionIV.MockVocabulary(String) - Constructor for class com.bigdata.rdf.internal.TestURIExtensionIV.MockVocabulary
TestUriInlineFactory_BLZG1591 - Class in com.bigdata.rdf.vocab
TestUriInlineFactory_BLZG1591() - Constructor for class com.bigdata.rdf.vocab.TestUriInlineFactory_BLZG1591
testValueExtraction() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialServiceEvaluationQuads
Test extraction of index dimensions in quads mode:
SELECT * WHERE {
SERVICE geo:search {
?res geo:search "inCircle" .
testValuesComplexExogeneousMappingInSubquery() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticBindingsOptimizer
Assert that even for complex exogeneous mappings, variables that map
to the same value in all cases are inlined properly.
testValuesPlacement01() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
testValuesPlacement02() - Method in class com.bigdata.rdf.sparql.ast.optimizers.TestASTJoinGroupOrderOptimizer
VALUES claused placed early whenever it binds values that are reused
by other nodes such as BINDs.
testVariableInjectionFailing() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestFulltextSearch
Verify that there is a proper error message when injection variable
is not yet bound.
TestVirtualGraphs - Class in com.bigdata.rdf.sparql.ast.eval
Test suite for VIRTUAL GRAPHS support.
TestVirtualGraphs() - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestVirtualGraphs
TestVirtualGraphs(String) - Constructor for class com.bigdata.rdf.sparql.ast.eval.TestVirtualGraphs
TestVocabulary - Class in com.bigdata.rdf.lexicon
TestVocabulary() - Constructor for class com.bigdata.rdf.lexicon.TestVocabulary
TestVocabulary(String) - Constructor for class com.bigdata.rdf.lexicon.TestVocabulary
TestVocabulary - Class in com.bigdata.rdf.vocab
TestVocabulary() - Constructor for class com.bigdata.rdf.vocab.TestVocabulary
TestVocabulary(String) - Constructor for class com.bigdata.rdf.vocab.TestVocabulary
TestVocabulary_BLZG1591 - Class in com.bigdata.rdf.vocab
A
Vocabulary covering the ontologies used by LUBM.
TestVocabulary_BLZG1591() - Constructor for class com.bigdata.rdf.vocab.TestVocabulary_BLZG1591
De-serialization ctor.
TestVocabulary_BLZG1591(String) - Constructor for class com.bigdata.rdf.vocab.TestVocabulary_BLZG1591
TestVocabularyDecl_BLZG1591 - Class in com.bigdata.rdf.vocab
TestVocabularyDecl_BLZG1591() - Constructor for class com.bigdata.rdf.vocab.TestVocabularyDecl_BLZG1591
testVocabUriByteIV() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
TestVocabURIByteIV - Class in com.bigdata.rdf.internal
TestVocabURIByteIV() - Constructor for class com.bigdata.rdf.internal.TestVocabURIByteIV
TestVocabURIByteIV(String) - Constructor for class com.bigdata.rdf.internal.TestVocabURIByteIV
testVocabUriShortIV() - Method in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
TestVTE - Class in com.bigdata.rdf.internal
TestVTE() - Constructor for class com.bigdata.rdf.internal.TestVTE
TestVTE(String) - Constructor for class com.bigdata.rdf.internal.TestVTE
testWhileIgnoringExplainHints() - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
testWKTLiteral01() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
Simple rectangle query looking for WKT-style literals.
testWKTLiteral02() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
Simple rectangle query looking for WKT-style literal, with
custom deserialization of geo:locationValue.
testWKTLiteral03() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
Simple rectangle query looking for WKT-style literals.
testWKTLiteral04() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
Simple circle query looking for WKT-style literal, with
custom deserialization of geo:locationValue.
testWKTLiteral05() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
Simple circle query looking for WKT-style literal, with
custom deserialization of full literal.
testWKTLiteral06() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
Test passing in of WKT point as parameter of geo:spatialCircleCenter.
testWKTLiteral07() - Method in class com.bigdata.rdf.sparql.ast.eval.service.TestGeoSpatialCustomSerializerWKT
Test passing in of WKT point as parameter of geo:spatialRectangleSouthWest
and geo:spatialRectangleNorthEast.
TestXPathFunctions - Class in com.bigdata.rdf.internal
Test suite for various xpath numeric functions.
TestXPathFunctions() - Constructor for class com.bigdata.rdf.internal.TestXPathFunctions
TestXPathFunctions(String) - Constructor for class com.bigdata.rdf.internal.TestXPathFunctions
TestXXXCShardSplitHandler - Class in com.bigdata.rdf.spo
TestXXXCShardSplitHandler() - Constructor for class com.bigdata.rdf.spo.TestXXXCShardSplitHandler
TestXXXCShardSplitHandler(String) - Constructor for class com.bigdata.rdf.spo.TestXXXCShardSplitHandler
testZIndexOrderingMixed() - Method in class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
Test z-order string construction by means of a simple, two dimensional
index with mixed negative and positive integer values.
testZIndexOrderingMixedWithRangeAdjustment() - Method in class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
Test z-order string construction by means of a simple, two dimensional
index with mixed negative and positive integer values, with range
adjustment encoded in the datatype.
testZIndexOrderingPositive() - Method in class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
Test z-order string construction by means of a simple, two dimensional
index with positive integer values.
testZIndexOrderingPositiveWithRangeAdjustment() - Method in class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
Test z-order string construction by means of a simple, two dimensional
index with positive integer values, with range adjustment encoded in
the datatype.
TestZOrderRangeScanUtility - Class in com.bigdata.rdf.internal
Test for utility functionalities required for zOrder index construction,
such as
ZOrderRangeScanUtil.
TestZOrderRangeScanUtility() - Constructor for class com.bigdata.rdf.internal.TestZOrderRangeScanUtility
tmp - Variable in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
Field for construction of arbitrary AST nodes.
toComponents(String) - Method in class com.bigdata.rdf.sparql.ast.eval.service.BLZG1943LiteralSerializer
toComponents(String) - Method in class com.bigdata.rdf.sparql.ast.eval.service.GeoSpatialTestWKTLiteralSerializer
toString() - Method in class com.bigdata.rdf.spo.Binding
toValueExpression(VarNode) - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
toValueExpression(ConstantNode) - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
trigData() - Method in class com.bigdata.rdf.sparql.ast.eval.AbstractInlineSELECTTestCase.Execute
trigData() - Method in class com.bigdata.rdf.sparql.ast.eval.AbstractInlineSELECTTestCase
trigData() - Method in class com.bigdata.rdf.sparql.ast.eval.TestUnionMinus
tripleStore - Variable in class com.bigdata.rdf.sparql.AbstractBigdataExprBuilderTestCase
ttlPrefixes() - Method in class com.bigdata.rdf.sparql.ast.eval.AbstractInlineSELECTTestCase
U
- unionNode(Object...) - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
- unsignedByteIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
- unsignedIntIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
- unsignedLongIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
- unsignedShortIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
- uriExtensionIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
- usedVars - Variable in class com.bigdata.rdf.sparql.ast.AbstractSolutionSetStatsTestCase.MySolutionStats
-
The set of variables observed across all solutions.
- uuidLiteralIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
V
- val - Variable in class com.bigdata.rdf.spo.Binding
-
The value;
- valueFactory - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
The value factory for that namespace.
- valueFactory - Variable in class com.bigdata.rdf.sparql.AbstractBigdataExprBuilderTestCase
-
- valueFactory - Variable in class com.bigdata.rdf.sparql.ast.AbstractASTEvaluationTestCase
-
- valueFactory - Variable in class com.bigdata.rdf.sparql.ast.ssets.TestSolutionSetManager
-
The value factory for that namespace.
- valueOf(String) - Static method in enum com.bigdata.rdf.internal.ColorsEnumExtension.Color
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum com.bigdata.rdf.internal.ColorsEnumExtension.Color
-
- values() - Static method in enum com.bigdata.rdf.internal.ColorsEnumExtension.Color
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.bigdata.rdf.vocab.TestVocabularyDecl_BLZG1591
-
- var - Variable in class com.bigdata.rdf.spo.Binding
-
The variable.
- varNode(String) - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
- varNodes(String...) - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
- varSet(String...) - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCaseWithUtilityMethods
-
- ve(int) - Method in class com.bigdata.rdf.sparql.ast.TestAST
-
- vocabUriByteIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
Other IVs requiring materialization
- vocabUriShortIV - Variable in class com.bigdata.rdf.internal.encoder.AbstractBindingSetEncoderTestCase
-
W
- w - Variable in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
Variables
- where(IGroupMemberNode...) - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
Wrap the triple patterns in a WHERE clause (aka join group).
- wildcard() - Method in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
X
- x - Variable in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
Variables
- xsAnyURI - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "anyURI".
- xsBoolean - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "boolean".
- xsByte - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "byte".
- xsDecimal - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "decimal" - used for
BigDecimal
- xsDouble - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "double".
- xsFloat - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "float".
- xsInt - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "int".
- xsInteger - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "integer" - used for
BigInteger and natively by the XSD library for
com.sun.msv.datatype.xsd.IntegerValueType.
- xsLong - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "lomg".
- xsShort - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "short".
- xsString - Static variable in class com.bigdata.rdf.store.TestInsertRate.XMLSchema
-
The XSDatatype URI for "string".
Y
- y - Variable in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
Variables
Z
- z - Variable in class com.bigdata.rdf.sparql.ast.optimizers.AbstractOptimizerTestCase.Helper
-
Variables
- zIndexOrderingMixedBase(BigdataValueFactory, GeoSpatialLiteralExtension<BigdataValue>, URI) - Method in class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
-
- zIndexOrderingPositiveBase(BigdataValueFactory, GeoSpatialLiteralExtension<BigdataValue>, URI) - Method in class com.bigdata.rdf.internal.TestEncodeDecodeGeoSpatialLiteralIVs
-
_
- _120 - Variable in class com.bigdata.rdf.sparql.ast.BSBMQ5Setup
-
- _170 - Variable in class com.bigdata.rdf.sparql.ast.BSBMQ5Setup
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _