Class TableFactory


  • public class TableFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.gorpipe.gor.table.BaseTable getTable​(java.lang.String tablePath, org.gorpipe.gor.model.FileReader fileReader)
      Factory method to create table instances from file name.
      static boolean isDictionary​(java.lang.String tablePath, org.gorpipe.gor.model.FileReader fileReader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTable

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

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