Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.constraints | |
com.bigdata.rdf.internal.encoder | |
com.bigdata.rdf.internal.impl | |
com.bigdata.rdf.internal.impl.extensions | |
com.bigdata.rdf.internal.impl.literal | |
com.bigdata.rdf.internal.impl.uri | |
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.ssets | |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InlineLiteralIV<V extends BigdataLiteral,T>
Common root interface for AbstractLiteralIV and LiteralExtensionIV, the two
inline literal IV class roots.
|
Modifier and Type | Method and Description |
---|---|
protected BigdataLiteral[] |
TestEncodeDecodeGeoSpatialLiteralIVs.getDummyGeospatialLiteralsLatLon(BigdataValueFactory vf,
org.openrdf.model.URI datatype)
Generates a list of about 600 dummy lat+lon GeoSpatial literals.
|
protected BigdataLiteral[] |
TestEncodeDecodeGeoSpatialLiteralIVs.getDummyGeospatialLiteralsLatLonTime(BigdataValueFactory vf,
org.openrdf.model.URI datatype)
Generates a list of about 20k dummy lat+lon GeoSpatial literals.
|
protected BigdataLiteral[] |
TestEncodeDecodeGeoSpatialLiteralIVs.getGeospatialLiteralsLatLonInRange(BigdataValueFactory vf,
int from,
int to,
org.openrdf.model.URI datatype)
Generates the combination of all literals in the given range.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.assertSemanticallyIdentical(BigdataValue x1,
BigdataLiteral x2)
Asserts that the two
BigdataValue s that are passed in are
BigdataLiteral of the same type and that the actual values
value, interpreted as numerical value, are identical. |
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.encodeDecodeGeoSpatialLiterals(BigdataValueFactory vf,
BigdataLiteral[] dt,
GeoSpatialLiteralExtension<BigdataValue> ext)
Helper method to test encoding and decoding / roundtrips of GeoSpatial
literals for a given value factory vf, list of literals dt, and
a
GeoSpatialLiteralExtension ext. |
Modifier and Type | Method and Description |
---|---|
String |
ILexiconConfiguration.getInlineURILocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate)
Inflate the localName portion of an inline URI using its storage delegate.
|
String |
LexiconConfiguration.getInlineURILocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate)
Inflate the localName portion of an inline URI using its storage delegate.
|
String |
InlineFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedHexUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineHexUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineIntegerURIHandlerMap.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate)
Unpack the inline value into the localName portion of the uri.
|
String |
InlineSuffixedUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineSuffixedFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate)
Unpack the inline value into the localName portion of the uri.
|
String |
InlineSuffixedIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineSuffixedHexUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
NoInlineURIFactory.getLocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineURIFactory.getLocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
IInlineURIFactory.getLocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate)
Inflate the localName portion of an inline URI using its storage delegate.
|
Modifier and Type | Method and Description |
---|---|
BigdataLiteral |
ReplaceBOp.evaluate(BigdataValueFactory valueFactory,
org.openrdf.model.Value... args)
Lifted directly from Sesame's Replace operator.
|
Modifier and Type | Method and Description |
---|---|
protected IV |
DateBOp.timezone(BigdataLiteral l) |
protected IV |
DateBOp.tz(BigdataLiteral l) |
Modifier and Type | Field and Description |
---|---|
protected BlobIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.blobIV
|
protected FullyInlineTypedLiteralIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.fullyInlinedTypedLiteralIV
Fully inlined literal IVs (do not require materialization)
|
protected XSDIntegerIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.inlineIV1
An inline IV whose
IVCache is set. |
protected XSDDecimalIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.inlineIV2
An inline IV whose
IVCache is set. |
protected XSDNumericIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.inlineIV3
An inline IV whose
IVCache is set. |
protected IPv4AddrIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.ipV4AddrIv |
protected LiteralExtensionIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.literalExtensionIV |
protected PackedLongIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.packedLongIV |
protected TermId<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.termId
|
protected TermId<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.termId2
|
protected XSDUnsignedByteIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.unsignedByteIV |
protected XSDUnsignedIntIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.unsignedIntIV |
protected XSDUnsignedLongIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.unsignedLongIV |
protected XSDUnsignedShortIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.unsignedShortIV |
protected UUIDLiteralIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.uuidLiteralIV |
Modifier and Type | Method and Description |
---|---|
protected BlobIV<BigdataLiteral> |
AbstractBindingSetEncoderTestCase.getVeryLargeLiteral() |
Modifier and Type | Method and Description |
---|---|
AbstractLiteralIV<BigdataLiteral,?> |
AbstractNonInlineExtensionIVWithDelegateIV.getDelegate() |
Constructor and Description |
---|
AbstractNonInlineExtensionIVWithDelegateIV(VTE vte,
AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> extensionIv) |
Modifier and Type | Method and Description |
---|---|
byte[] |
GeoSpatialLiteralExtension.toZOrderByteArray(AbstractLiteralIV<BigdataLiteral,?> literalIV)
Converts an IV to a zOrderByte array (without leading zero).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLiteralIV<V extends BigdataLiteral,T>
Abstract base class for RDF datatype literals adds primitive data type
value access methods.
|
class |
FullyInlineTypedLiteralIV<V extends BigdataLiteral>
Implementation for inline
Literal s. |
class |
IPv4AddrIV<V extends BigdataLiteral>
Internal value representing an inline IP address.
|
class |
LiteralExtensionIV<V extends BigdataLiteral>
Class provides support for datatype
Literal s for which an
IExtension was registered. |
class |
NumericIV<V extends BigdataLiteral,T>
|
class |
PackedLongIV<V extends BigdataLiteral>
Internal value representing a packed long in the range [0;72057594037927935L].
|
class |
PartlyInlineTypedLiteralIV<V extends BigdataLiteral>
|
class |
UUIDLiteralIV<V extends BigdataLiteral>
Implementation for inline
UUID s (there is no corresponding XML
Schema Datatype). |
class |
XSDBooleanIV<V extends BigdataLiteral>
Implementation for inline
xsd:boolean . |
class |
XSDDecimalIV<V extends BigdataLiteral>
Implementation for inline
xsd:decimal . |
class |
XSDIntegerIV<V extends BigdataLiteral>
Implementation for inline
xsd:integer . |
class |
XSDNumericIV<V extends BigdataLiteral>
Implementation for inline
xsd:byte , xsd:short ,
xsd:int , xsd:long , xsd:float ,
xsd:decimal . |
class |
XSDUnsignedByteIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedByte . |
class |
XSDUnsignedIntIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedInt . |
class |
XSDUnsignedLongIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedLong . |
class |
XSDUnsignedShortIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedShort . |
Modifier and Type | Method and Description |
---|---|
BigdataLiteral |
MockedValueIV.asValue(LexiconRelation lex)
This IV cannot be materialized on its own.
|
BigdataLiteral |
LiteralArrayIV.asValue(LexiconRelation lex)
This IV cannot be materialized on its own.
|
Modifier and Type | Method and Description |
---|---|
AbstractLiteralIV<BigdataLiteral,?> |
LiteralExtensionIV.getDelegate() |
static XSDBooleanIV<BigdataLiteral> |
XSDBooleanIV.valueOf(boolean b)
Return a strong new instance of an
XSDBooleanIV
whose cache is not set. |
Constructor and Description |
---|
LiteralExtensionIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<BigdataURI,?> datatype) |
PartlyInlineTypedLiteralIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> datatype) |
Modifier and Type | Method and Description |
---|---|
AbstractLiteralIV<BigdataLiteral,?> |
URIExtensionIV.getLocalNameIV() |
Constructor and Description |
---|
PartlyInlineURIIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> namespace) |
URIExtensionIV(AbstractLiteralIV<BigdataLiteral,?> delegateIV,
IV<?,?> namespaceIV) |
Modifier and Type | Class and Description |
---|---|
class |
BigdataLiteralImpl
A literal.
|
Modifier and Type | Method and Description |
---|---|
BigdataLiteral |
BigdataValueFactory.asValue(org.openrdf.model.Literal v)
Strongly typed for
Literal s. |
BigdataLiteral |
BigdataValueFactoryImpl.asValue(org.openrdf.model.Literal v) |
BigdataLiteral |
BNodeContextFactory.asValue(org.openrdf.model.Literal v) |
BigdataLiteral |
BigdataValueFactory.createLiteral(boolean arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(boolean arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(byte arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(byte arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(byte arg0,
boolean unsigned) |
BigdataLiteral |
BNodeContextFactory.createLiteral(byte arg0,
boolean unsigned) |
BigdataLiteral |
BigdataValueFactory.createLiteral(Date arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(Date arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(double arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(double arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(float arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(float arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(int arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(int arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(int arg0,
boolean unsigned) |
BigdataLiteral |
BNodeContextFactory.createLiteral(int arg0,
boolean unsigned) |
BigdataLiteral |
BigdataValueFactory.createLiteral(long arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(long arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(long arg0,
boolean unsigned) |
BigdataLiteral |
BNodeContextFactory.createLiteral(long arg0,
boolean unsigned) |
BigdataLiteral |
BigdataValueFactory.createLiteral(short arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(short arg0) |
BigdataLiteral |
BigdataValueFactory.createLiteral(short arg0,
boolean unsigned) |
BigdataLiteral |
BNodeContextFactory.createLiteral(short arg0,
boolean unsigned) |
BigdataLiteral |
BigdataValueFactory.createLiteral(String label) |
BigdataLiteral |
BNodeContextFactory.createLiteral(String label) |
BigdataLiteral |
BigdataValueFactory.createLiteral(String label,
String language) |
BigdataLiteral |
BNodeContextFactory.createLiteral(String label,
String language) |
BigdataLiteral |
BigdataValueFactory.createLiteral(String label,
org.openrdf.model.URI datatype) |
BigdataLiteral |
BNodeContextFactory.createLiteral(String label,
org.openrdf.model.URI datatype) |
BigdataLiteral |
BigdataValueFactory.createLiteral(String label,
org.openrdf.model.URI datatype,
String language) |
BigdataLiteral |
BNodeContextFactory.createLiteral(String label,
org.openrdf.model.URI datatype,
String language) |
BigdataLiteral |
BigdataValueFactory.createLiteral(XMLGregorianCalendar arg0) |
BigdataLiteral |
BNodeContextFactory.createLiteral(XMLGregorianCalendar arg0) |
BigdataLiteral |
BigdataValueFactory.createXSDDateTime(long timestamp) |
BigdataLiteral |
BNodeContextFactory.createXSDDateTime(long timestamp) |
Modifier and Type | Field and Description |
---|---|
BigdataLiteral |
BSBMQ5Setup._120 |
BigdataLiteral |
BSBMQ5Setup._170 |
Modifier and Type | Field and Description |
---|---|
protected BlobIV<BigdataLiteral> |
TestSolutionSetManager.blobIV
|
protected XSDIntegerIV<BigdataLiteral> |
TestSolutionSetManager.inlineIV
An inline IV whose
IVCache is set. |
protected TermId<BigdataLiteral> |
TestSolutionSetManager.termId
|
protected TermId<BigdataLiteral> |
TestSolutionSetManager.termId2
|
Modifier and Type | Method and Description |
---|---|
String |
TestInlineURIs.InlineArrayHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.