Exemplo n.º 1
0
 @Test
 public void testChooseIndex手动指定索引() throws QueryException {
   TableNode table = new TableNode("TABLE9");
   table.build();
   table.useIndex(table.getTableMeta().getIndexs().get(0));
   table.build();
   System.out.println(table.toDataNodeExecutor());
 }