Package | Description |
---|---|
com.bigdata.bop.rdf.join | |
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.impl | |
com.bigdata.rdf.internal.impl.bnode | |
com.bigdata.rdf.internal.impl.literal | |
com.bigdata.rdf.internal.impl.uri | |
com.bigdata.rdf.lexicon | |
com.bigdata.rdf.sparql.ast.service |
This package provides support for SPARQL 1.1 Federated Query, including the
special case of "service" end points which live within the same JVM and use
direct method calls rather than SPARQL Query and remote (HTTP) end points
for which we will generate an appropriate SPARQL query.
|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.rdf.util |
Constructor and Description |
---|
ChunkedMaterializationIterator(IVariable<?>[] vars,
LexiconRelation lex,
boolean materializeInlineIVs,
ICloseableIterator<IBindingSet[]> src) |
Modifier and Type | Method and Description |
---|---|
V |
IVCache.asValue(LexiconRelation lex)
If the value is not already cached, then inflate an inline RDF value to a
BigdataValue and cache it on a private field. |
Modifier and Type | Method and Description |
---|---|
V |
AbstractNonInlineIV.asValue(LexiconRelation lex)
Operation is not supported because this
IV type is not 100%
inline. |
Modifier and Type | Method and Description |
---|---|
V |
AbstractBNodeIV.asValue(LexiconRelation lex) |
V |
SidIV.asValue(LexiconRelation lex)
Returns the bnode representation of this IV, useful for serialization
formats such as RDF/XML.
|
Modifier and Type | Method and Description |
---|---|
V |
XSDIntegerIV.asValue(LexiconRelation lex) |
V |
UUIDLiteralIV.asValue(LexiconRelation lex) |
V |
XSDUnsignedLongIV.asValue(LexiconRelation lex) |
V |
XSDNumericIV.asValue(LexiconRelation lex) |
V |
XSDUnsignedByteIV.asValue(LexiconRelation lex) |
V |
XSDDecimalIV.asValue(LexiconRelation lex) |
V |
LiteralExtensionIV.asValue(LexiconRelation lex)
Defer to the
ILexiconConfiguration which has specific knowledge
of how to generate an RDF value from this general purpose extension IV. |
V |
FullyInlineTypedLiteralIV.asValue(LexiconRelation lex) |
V |
XSDBooleanIV.asValue(LexiconRelation lex) |
V |
IPv4AddrIV.asValue(LexiconRelation lex) |
BigdataLiteral |
MockedValueIV.asValue(LexiconRelation lex)
This IV cannot be materialized on its own.
|
V |
XSDUnsignedIntIV.asValue(LexiconRelation lex) |
V |
XSDUnsignedShortIV.asValue(LexiconRelation lex) |
BigdataLiteral |
LiteralArrayIV.asValue(LexiconRelation lex)
This IV cannot be materialized on its own.
|
V |
PackedLongIV.asValue(LexiconRelation lex)
Returns the Literal representation of this IV.
|
Modifier and Type | Method and Description |
---|---|
V |
URIExtensionIV.asValue(LexiconRelation lex)
Defer to the
ILexiconConfiguration which has specific knowledge
of how to generate an RDF value from this general purpose extension IV. |
V |
FullyInlineURIIV.asValue(LexiconRelation lex) |
V |
VocabURIShortIV.asValue(LexiconRelation lex) |
V |
VocabURIByteIV.asValue(LexiconRelation lex) |
Modifier and Type | Method and Description |
---|---|
LexiconRelation |
BigdataValueCentricFullTextIndex.getLexiconRelation() |
LexiconRelation |
LexiconRelation.init() |
Modifier and Type | Method and Description |
---|---|
static org.openrdf.query.BindingSet |
ServiceCallUtility.bigdata2Openrdf(LexiconRelation lex,
Set<IVariable<?>> vars,
IBindingSet in)
Convert the
IBindingSet into an openrdf BindingSet . |
static org.openrdf.query.BindingSet[] |
ServiceCallUtility.convert(LexiconRelation lex,
Set<IVariable<?>> projectedVars,
IBindingSet[] in)
Convert
IBindingSet [] to openrdf BindingSet []. |
Modifier and Type | Method and Description |
---|---|
LexiconRelation |
AbstractTripleStore.getLexiconRelation()
The
LexiconRelation handles all things related to the indices
mapping RDF Value s onto internal 64-bit term identifiers. |
Modifier and Type | Method and Description |
---|---|
static IBindingSet[] |
BigdataOpenRDFBindingSetsResolverator.resolveChunk(LexiconRelation r,
org.openrdf.query.BindingSet[] chunk)
Resolve a chunk of
BindingSet s into a chunk of
IBindingSet s in which RDF Value s have been resolved to
IV s. |
Modifier and Type | Method and Description |
---|---|
static Appendable |
DumpLexicon.dump(LexiconRelation r)
Dump the lexicon.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.