Row Operations(Continued)
What we need is:
- A row as a single thing
- The transpose of the table as a column vector
Example: Row 5
- (foo.1.a.5 = val1, foo.1.b.5 = val2,…foo.1.m.5 = valm)
- tablename, column indicator, row number (instance)
Need
- factoring out tablename and row number:
- (foo, 5 (col1 =val1, col2 = val2, … colm = valm))