Package org.gorpipe.gor.table
Class TableFactory
java.lang.Object
org.gorpipe.gor.table.TableFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.gorpipe.gor.table.TableFactory method to create table instances from file name.static booleanisDictionary(String tablePath, org.gorpipe.gor.model.FileReader fileReader)
-
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
-