Cols returns the columns of the table which is used in select, including hidden columns.
()
| 402 | type columnAPI interface { |
| 403 | // Cols returns the columns of the table which is used in select, including hidden columns. |
| 404 | Cols() []*Column |
| 405 | |
| 406 | // VisibleCols returns the columns of the table which is used in select, excluding hidden columns. |
| 407 | VisibleCols() []*Column |
no outgoing calls