Package org.gorpipe.gor.table.files


package org.gorpipe.gor.table.files
  • Classes
    Class
    Description
    LinkTable consist of a link and the the actual data.
    FileTable<T extends org.gorpipe.gor.model.Row>
    Table class representing file (gor/gorz/nor/tsv etc) The internal data is stored in temp files.
    GorTable<T extends org.gorpipe.gor.model.Row>
    Table class representing gor file (gor/gorz) The internal data is stored in temp files.
    NorTable<T extends org.gorpipe.gor.model.Row>
    Table class representing nor file.