public interface ITermIndexCodes
Note: when these signed bytes get encoded as unsigned bytes in a key their values change. For example, 2 becomes 130.
ITermIdCodes, defines bit masks that are applied to the low bits of the
assigned term identifiers and which indicate directly (without
consulting the term index) whether a term is a URI, Literal, BNode, or
Statement.
Modifier and Type | Field and Description |
---|---|
static byte |
TERM_CODE_BND
indicates a blank node.
|
static byte |
TERM_CODE_DTL
indicates a literal with a data type URI.
|
static byte |
TERM_CODE_LCL
indicates a literal with a language code.
|
static byte |
TERM_CODE_LIT
indicates a plain literal.
|
static byte |
TERM_CODE_URI
indicates a URI.
|
static final byte TERM_CODE_URI
static final byte TERM_CODE_LIT
static final byte TERM_CODE_LCL
static final byte TERM_CODE_DTL
static final byte TERM_CODE_BND
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.