Package | Description |
---|---|
com.bigdata.sparse |
This package provides support for treating normal B+Trees using a
"sparse row store" pattern and can be applied to both local B+Trees
and scale-out indices.
|
Modifier and Type | Method and Description |
---|---|
static KeyType |
KeyType.getKeyType(byte b)
Return the
KeyType given its byte code. |
KeyType |
Schema.getPrimaryKeyType()
The data type that is used for the primary key when forming the total
key.
|
KeyType |
KeyDecoder.getPrimaryKeyType()
The decoded
KeyType for the primary key. |
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Schema(String name,
String primaryKey,
KeyType primaryKeyType) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.