uk.ac.starlink.table.StarTablepublic class SeqConcatStarTable
extends uk.ac.starlink.table.WrapperStarTable
ConcatStarTable it does not
attempt to provide random access or to cache tables that it's obtained
before. This is particularly suitable for catting an enormous
number of tables together.| Constructor | Description |
|---|---|
SeqConcatStarTable(uk.ac.starlink.table.StarTable meta,
TableProducer[] tProds) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getCell(long irow,
int icol) |
|
java.lang.Object[] |
getRow(long irow) |
|
long |
getRowCount() |
|
uk.ac.starlink.table.RowSequence |
getRowSequence() |
|
boolean |
isRandom() |
public SeqConcatStarTable(uk.ac.starlink.table.StarTable meta,
TableProducer[] tProds)
meta - table providing metadatatProds - array of table producers which provide the tables
to joinpublic boolean isRandom()
isRandom in interface uk.ac.starlink.table.StarTableisRandom in class uk.ac.starlink.table.WrapperStarTablepublic java.lang.Object getCell(long irow,
int icol)
getCell in interface uk.ac.starlink.table.StarTablegetCell in class uk.ac.starlink.table.WrapperStarTablepublic java.lang.Object[] getRow(long irow)
getRow in interface uk.ac.starlink.table.StarTablegetRow in class uk.ac.starlink.table.WrapperStarTablepublic long getRowCount()
getRowCount in interface uk.ac.starlink.table.StarTablegetRowCount in class uk.ac.starlink.table.WrapperStarTablepublic uk.ac.starlink.table.RowSequence getRowSequence()
throws java.io.IOException
getRowSequence in interface uk.ac.starlink.table.StarTablegetRowSequence in class uk.ac.starlink.table.WrapperStarTablejava.io.IOExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.