예제 #1
0
 @Override
 public URI getTableURI(@Nullable String spaceName, String databaseName, String tableName) {
   Tablespace space = spaceName == null ? getDefault() : getByName(spaceName);
   return space.getTableUri(databaseName, tableName);
 }