I am using Xcalar to represent my matrix as a {x, y, value}, so my Xcalar table has 3 columns. How do I do a transpose on this matrix?
You can consider your matrix to be:
{y, x, value}
For visual simplicity, you can move the column y to the left of x. Any operations that you perform can be used to treat the resultant view as a transpose.