====== Get Table Row ====== ===== Description ===== Get a row from a table. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Keys | [[Tuple Type|Tuple]] | Keys corresponding to the desired row. | | Table | [[Table Type|Table]] | Table to extract the row from. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Tuple Type|Tuple]] | Row extracted from table. | ===== Group ===== [[Functor List#Table|Table]] ===== Notes ===== ===== Internal Name ===== GetTableRow