|
||||||||||
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,
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 | |
---|---|
Map<String,IndexInfo> |
MetadataMgr.getIndexInfo(String tblname,
Transaction tx)
|
Map<String,IndexInfo> |
IndexMgr.getIndexInfo(String tblname,
Transaction tx)
Returns a map containing the index info for all indexes on the specified table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |