|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexInfo | |
|---|---|
| simpledb.index.query | |
| simpledb.metadata | |
| Uses of IndexInfo in simpledb.index.query |
|---|
| Constructors in simpledb.index.query with parameters of type IndexInfo | |
|---|---|
IndexJoinPlan(Plan p1,
Plan p2,
IndexInfo ii,
java.lang.String joinfield,
Transaction tx)
Implements the join operator, using the specified LHS and RHS plans. |
|
IndexSelectPlan(Plan p,
IndexInfo ii,
Constant val,
Transaction tx)
Creates a new indexselect node in the query tree for the specified index and selection constant. |
|
| Uses of IndexInfo in simpledb.metadata |
|---|
| Methods in simpledb.metadata that return types with arguments of type IndexInfo | |
|---|---|
java.util.Map<java.lang.String,IndexInfo> |
MetadataMgr.getIndexInfo(java.lang.String tblname,
Transaction tx)
|
java.util.Map<java.lang.String,IndexInfo> |
IndexMgr.getIndexInfo(java.lang.String tblname,
Transaction tx)
Returns a map containing the index info for all indexes on the specified table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||