| Package | Description |
|---|---|
| org.aksw.sparqlify.database |
| Modifier and Type | Method and Description |
|---|---|
static IndexMetaNode |
IndexMetaNode.create(IndexMetaNode parent,
MetaIndexFactory factory,
String... columns) |
static IndexMetaNode |
IndexMetaNode.create(Table table,
MetaIndexFactory factory,
String... columns) |
IndexMetaNode |
IndexMetaNode.getParent() |
IndexMetaNode |
TreeIndex.getRoot() |
IndexMetaNode |
Index.getRoot() |
IndexMetaNode |
PrefixIndex.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<IndexMetaNode> |
IndexMetaNode.getChildren() |
Map<List<String>,List<IndexMetaNode>> |
IndexMetaNode.getSubIndexes() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMetaNode.addSubIndex(IndexMetaNode subIndex) |
static TreeIndex |
TreeIndex.attach(Table table,
IndexMetaNode node) |
static IndexMetaNode |
IndexMetaNode.create(IndexMetaNode parent,
MetaIndexFactory factory,
String... columns) |
void |
IndexCollection.getRows(Map<String,Constraint> constraints,
IndexMetaNode node,
List<Integer> path) |
| Modifier and Type | Method and Description |
|---|---|
org.aksw.sparqlify.database.IndexCandidate |
IndexCollection.get(List<IndexMetaNode> nodes,
int baseNodeDepth,
int baseColumnDepth,
Map<String,Constraint> constraints)
TODO Given {a = const , b = const} and an index (a, b) with support for equals.
|
| Constructor and Description |
|---|
IndexMetaNode(IndexMetaNode parent,
List<String> columnNames,
org.aksw.sparqlify.database.MapStoreAccessor factory) |
TreeIndex(Table table,
IndexMetaNode root) |
Copyright © 2013. All Rights Reserved.