Beispiel #1
0
 public static boolean isPrestoView(Table table) {
   return "true".equals(table.getParameters().get(PRESTO_VIEW_FLAG));
 }