Differences

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

Link to this comparison view

Both sides previous revision Previous revision
get_table_row [2013/08/08 19:53]
127.0.0.1 external edit
get_table_row [2026/08/28 03:22] (current)
hermann Sync from local documentation review
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-Get a row from a table.+Retrieves ​a row from a table.
  
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Keys  | [[Tuple Type|Tuple]]  | Keys corresponding to the desired row.  | +| Keys  | [[Tuple Type]] ​ | Keys corresponding to the desired row.  | 
-| Table  | [[Table Type|Table]]  | Table to extract the row from.  |+| Table  | [[Table Type]] ​ | Table to extract the row from.  | 
 + 
 +===== Optional Inputs ===== 
 + 
 +None.
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Result ​ | [[Tuple Type|Tuple]]  | Row extracted from table. ​ |+| Result ​ | [[Tuple Type]] ​ | Row extracted from the table. ​ |
  
 ===== Group ===== ===== Group =====
  
-[[Functor List#​Table|Table]]+[[Functor List#Table | Table]]
  
 ===== Notes ===== ===== Notes =====
 +
 +None.
  
 ===== Internal Name ===== ===== Internal Name =====