SteNicholas commented on a change in pull request #4117: add visitor for dal
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4117#discussion_r373859961
 
 

 ##########
 File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/statement/dal/dialect/mysql/DescribeStatement.java
 ##########
 @@ -17,12 +17,19 @@
 
 package org.apache.shardingsphere.sql.parser.sql.statement.dal.dialect.mysql;
 
+import lombok.Getter;
+import lombok.Setter;
+import org.apache.shardingsphere.sql.parser.sql.segment.generic.TableSegment;
 import org.apache.shardingsphere.sql.parser.sql.statement.dal.DALStatement;
 
 /**
  * Describe statement.
  *
  * @author zhangliang
  */
+@Getter
+@Setter
 public final class DescribeStatement extends DALStatement {
+
+    private TableSegment tableName;
 
 Review comment:
   Variable of `tableName` is recommended to named `table`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to