Skip to content

sr41773/Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 1

Group Members: Isra Naweed Keerthana Ramesh Shriya Rasale Tharushika Dehipitiarachchi Anjali Devarapalli

In the union method, "key" is the primary key. However, this is not very useful as there might be cases where "key" is not unique for each row.

We did not implement the Harrison_Ford test case which corresponded to the below method which was to be implemented in Project 2.

public Table select(KeyType keyVal) { out.println("RA> " + name + ".select (" + keyVal + ")");

    List<Comparable[]> rows = new ArrayList<>();

    // T O B E I M P L E M E N T E D - Project 2

    return new Table(name + count++, attribute, domain, key, rows);
} // select

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages