Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
DTE |
IV.getDTE()
|
static DTE |
DTE.valueOf(byte b) |
static DTE |
DTE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DTE |
DTE.valueOf(org.openrdf.model.URI datatype)
Return the
DTE for the datatype URI . |
static DTE[] |
DTE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DTE |
AbstractIV.getDTE()
|
static DTE |
AbstractIV.getDTE(byte flags)
Helper method decodes a flags byte as found in a statement index key to
an
DTE . |
Modifier and Type | Method and Description |
---|---|
static byte |
AbstractIV.toFlags(VTE vte,
boolean inline,
boolean extension,
DTE dte)
Return the
flags byte that encodes the provided metadata
about an internal value . |
Constructor and Description |
---|
AbstractInlineExtensionIV(VTE vte,
boolean extension,
DTE dte) |
AbstractInlineExtensionIV(VTE vte,
DTE dte) |
AbstractInlineIV(VTE vte,
boolean extension,
DTE dte) |
AbstractInlineIV(VTE vte,
DTE dte) |
AbstractIV(VTE vte,
boolean inline,
boolean extension,
DTE dte)
The RDF Value type (URI, BNode, Literal or Statement) and the data type
are combined and stored in a single byte together with whether the RDF
value has been inlined (an inline bit) and whether the RDF Value
is an extended data type (the extension> bit).
|
AbstractNonInlineExtensionIV(VTE vte,
DTE dte) |
AbstractNonInlineIV(VTE vte,
boolean extension,
DTE dte) |
Constructor and Description |
---|
AbstractBNodeIV(DTE dte) |
Constructor and Description |
---|
AbstractLiteralIV(DTE dte) |
NumericIV(DTE dte) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.