@return return the table name of the table the operator scans. This should be the actual name of the table in the catalog of the database
()
| 60 | * be the actual name of the table in the catalog of the database |
| 61 | * */ |
| 62 | public String getTableName() { |
| 63 | return this.tablename; |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * @return Return the alias of the table this operator scans. |