Wednesday, October 12, 2016

TupleEntry : 101


  1. Is used as a wrapper for Tuple & Fields #39
  2. ----- Example 1
    1. Fields selector = new Fields("name","ssn"); 
    2. Tuple tuple = Tuple.size(2); 
    3. TupleEntry tupleEntry = new TupleEntry(selector, tuple); 

No comments:

Post a Comment