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 2021/09/07 19:36:57 UTC

[GitHub] [ignite-3] zstan commented on a change in pull request #309: IGNITE-15107 Integrate DDL support.

zstan commented on a change in pull request #309:
URL: https://github.com/apache/ignite-3/pull/309#discussion_r703778293



##########
File path: modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/prepare/ddl/CreateTableCommand.java
##########
@@ -273,30 +118,16 @@ public void ifNotExists(boolean ifNotExists) {
     }
 
     /**
-     * @return Data region name.
-     */
-    public String dataRegionName() {
-        return dataRegionName;
-    }
-
-    /**
-     * @param dataRegionName Data region name.
-     */
-    public void dataRegionName(String dataRegionName) {
-        this.dataRegionName = dataRegionName;
-    }
-
-    /**
-     * @return Encrypted flag.
+     * @return Primary key columns.
      */
-    public boolean encrypted() {
-        return encrypted;
+    public List<String> primaryKeyColumns() {

Review comment:
       got it !




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