Class GorTable<T extends org.gorpipe.gor.model.Row>

java.lang.Object
org.gorpipe.gor.table.BaseTable<T>
org.gorpipe.gor.table.files.FileTable<T>
org.gorpipe.gor.table.files.GorTable<T>
All Implemented Interfaces:
org.gorpipe.gor.table.Table<T>

public class GorTable<T extends org.gorpipe.gor.model.Row> extends FileTable<T>
Table class representing gor file (gor/gorz) The internal data is stored in temp files.
  • Constructor Details

    • GorTable

      public GorTable(org.gorpipe.gor.table.BaseTable.Builder builder)
    • GorTable

      public GorTable(URI uri, org.gorpipe.gor.model.FileReader inputFileReader)
    • GorTable

      public GorTable(URI uri)
  • Method Details