You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/08/01 07:43:32 UTC

[GitHub] [ignite-3] AMashenkov commented on a diff in pull request #966: IGNITE-17429 Sql. Extend sql grammar to support CREATE/DROP INDEX statements

AMashenkov commented on code in PR #966:
URL: https://github.com/apache/ignite-3/pull/966#discussion_r934229491


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/sql/IgniteSqlCreateIndex.java:
##########
@@ -41,6 +41,8 @@ public class IgniteSqlCreateIndex extends SqlCreate {
     /** Table name.  */
     private final SqlIdentifier tblName;
 
+    private final IgniteSqlIndexType type;

Review Comment:
   Javadoc?



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

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org