Uses of Class
relop.Tuple

Packages that use Tuple
query   
relop   
 

Uses of Tuple in query
 

Constructors in query with parameters of type Tuple
IndexDesc(Tuple tuple)
          Constructs an IndexDesc from the given index catalog tuple.
 

Uses of Tuple in relop
 

Methods in relop that return Tuple
 Tuple[] HashTableDup.getAll(SearchKey key)
          Returns the values to which the specified key is mapped in this hashtable.
 Tuple SimpleJoin.getNext()
          Gets the next tuple in the iteration.
 Tuple Selection.getNext()
          Gets the next tuple in the iteration.
 Tuple Projection.getNext()
          Gets the next tuple in the iteration.
 Tuple KeyScan.getNext()
          Gets the next tuple in the iteration.
abstract  Tuple Iterator.getNext()
          Gets the next tuple in the iteration.
 Tuple IndexScan.getNext()
          Gets the next tuple in the iteration.
 Tuple HashJoin.getNext()
          Gets the next tuple in the iteration.
 Tuple FileScan.getNext()
          Gets the next tuple in the iteration.
static Tuple Tuple.join(Tuple t1, Tuple t2, Schema schema)
          Builds and returns a new tuple resulting from joining two tuples.
 

Methods in relop with parameters of type Tuple
 void HashTableDup.add(SearchKey key, Tuple value)
          Maps the specified key to the specified value in this hashtable.
 boolean Predicate.evaluate(Tuple tuple)
          Evaluates the predicate on the given tuple and returns true if it passes.
static Tuple Tuple.join(Tuple t1, Tuple t2, Schema schema)
          Builds and returns a new tuple resulting from joining two tuples.