Class TableFactory

java.lang.Object
org.gorpipe.gor.table.TableFactory

public class TableFactory extends Object
  • Method Details

    • getTable

      public static org.gorpipe.gor.table.Table getTable(String tablePath, org.gorpipe.gor.model.FileReader fileReader)
      Factory method to create table instances from file name.
    • isDictionary

      public static boolean isDictionary(String tablePath, org.gorpipe.gor.model.FileReader fileReader)