ScanTable
Scan the specified table in Apache HBase.
Input
| Name | Type | Description |
| TableName | String | The name of the table you wish to scan. |
| Parameter | String | The parameter of scan command. |
| Rows@next | String | This is used to page through multiple pages of results and should not be set manually. |
Result Set Columns
| Name | Type | Description |
| ROW | String | The value of row. |
| COLUMN+CELL | String | The value of column and cell. |