Uses of Class
org.aksw.sparqlify.database.IndexMetaNode
Packages that use IndexMetaNode
-
Uses of IndexMetaNode in org.aksw.sparqlify.database
Methods in org.aksw.sparqlify.database that return IndexMetaNodeModifier and TypeMethodDescriptionstatic IndexMetaNodeIndexMetaNode.create(IndexMetaNode parent, MetaIndexFactory factory, String... columns) static IndexMetaNodeIndexMetaNode.create(Table table, MetaIndexFactory factory, String... columns) IndexMetaNode.getParent()Index.getRoot()PrefixIndex.getRoot()TreeIndex.getRoot()Methods in org.aksw.sparqlify.database that return types with arguments of type IndexMetaNodeMethods in org.aksw.sparqlify.database with parameters of type IndexMetaNodeModifier and TypeMethodDescriptionvoidIndexMetaNode.addSubIndex(IndexMetaNode subIndex) static TreeIndexTreeIndex.attach(Table table, IndexMetaNode node) static IndexMetaNodeIndexMetaNode.create(IndexMetaNode parent, MetaIndexFactory factory, String... columns) voidIndexCollection.getRows(Map<String, Constraint> constraints, IndexMetaNode node, List<Integer> path) Method parameters in org.aksw.sparqlify.database with type arguments of type IndexMetaNodeModifier and TypeMethodDescriptionorg.aksw.sparqlify.database.IndexCandidateIndexCollection.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.Constructors in org.aksw.sparqlify.database with parameters of type IndexMetaNodeModifierConstructorDescriptionIndexMetaNode(IndexMetaNode parent, List<String> columnNames, org.aksw.sparqlify.database.MapStoreAccessor factory) TreeIndex(Table table, IndexMetaNode root)