public 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 class uk.ac.starlink.table.WrapperStarTablepublic java.lang.Object getCell(long irow,
int icol)
getCell in class uk.ac.starlink.table.WrapperStarTablepublic java.lang.Object[] getRow(long irow)
getRow in class uk.ac.starlink.table.WrapperStarTablepublic long getRowCount()
getRowCount in class uk.ac.starlink.table.WrapperStarTablepublic uk.ac.starlink.table.RowSequence getRowSequence()
throws java.io.IOException
getRowSequence in class uk.ac.starlink.table.WrapperStarTablejava.io.IOExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.