Skip to content

Commit

Permalink
GlobalTableHandler add getAutoIncrementColumn
Browse files Browse the repository at this point in the history
  • Loading branch information
junwen12221 committed May 13, 2022
1 parent 3a042fc commit c17e65b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
package io.mycat.calcite.table;

import io.mycat.Partition;
import io.mycat.SimpleColumnInfo;
import io.mycat.TableHandler;

import java.util.List;

public interface GlobalTableHandler extends TableHandler {
public List<Partition> getGlobalDataNode();

public SimpleColumnInfo getAutoIncrementColumn();
}

0 comments on commit c17e65b

Please sign in to comment.