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

 ##########
 File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/statement/dal/dialect/mysql/ShowColumnsStatement.java
 ##########
 @@ -17,12 +17,18 @@
 
 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;
 
 /**
  * Show columns statement.
  *
  * @author zhangliang
  */
+@Setter
+@Getter
 public final class ShowColumnsStatement extends DALStatement {
+    private TableSegment table;
 
 Review comment:
   A blank line should be added above this line.

----------------------------------------------------------------
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