Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pp:2023:hw2 [2023/04/14 13:00]
george.vanuta [3. Query Language (40p)] fixed 3.2
pp:2023:hw2 [2024/04/03 11:47] (current)
alexandra.udrescu01 [Tabele]
Line 15: Line 15:
   * **var** (**val** este ok!)   * **var** (**val** este ok!)
 </​note>​ </​note>​
-<​note>​Scheletul se poate găsi la: {{:pp:2023:tema2_2023_pp-skel.zip|}}</​note>​+<​note>​Scheletul se poate găsi la: {{:pp:2023:pp-tema2-skeleton.zip|}}</​note>​
 <​note>​ <​note>​
 Validatorul de arhive se poate găsi la: {{:​pp:​2023:​archive_validator_hw2.zip|}} Validatorul de arhive se poate găsi la: {{:​pp:​2023:​archive_validator_hw2.zip|}}
Line 52: Line 52:
  
 <code scala> <code scala>
-// a row contains the column name and the value 
 type Row = Map[String, String] type Row = Map[String, String]
-// a line is just a row without column names 
 type Line = List[String] type Line = List[String]
 </​code>​ </​code>​