Uses of Class
simpledb.query.TableScan

Packages that use TableScan
simpledb.index.query   
 

Uses of TableScan in simpledb.index.query
 

Constructors in simpledb.index.query with parameters of type TableScan
IndexJoinScan(Scan s, Index idx, String joinfield, TableScan ts)
          Creates an index join scan for the specified LHS scan and RHS index.
IndexSelectScan(Index idx, Constant val, TableScan ts)
          Creates an index select scan for the specified index and selection constant.
 



Copyright © 2011. All Rights Reserved.