Modifier and Type | Class and Description |
---|---|
static interface |
CoordSpec.Reader
Reads a data value object.
|
Constructor and Description |
---|
CoordSpec(DataSpec dataSpec,
int icoord)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCoordId()
Returns the unique coordinate identifier for this spec.
|
StorageType |
getStorageType()
Returns the storage type for this column.
|
StarTable |
getTable()
Returns the table to which this coord belongs.
|
int |
hashCode() |
String |
toString() |
CoordSpec.Reader |
valueReader(RowData rdata)
Returns an object that can read the user value for this coordinate
from the current row of a supplied a row sequence.
|
public CoordSpec(DataSpec dataSpec, int icoord)
dataSpec
- data specificationicoord
- coordinate index within dataSpecpublic StarTable getTable()
public StorageType getStorageType()
public String getCoordId()
public CoordSpec.Reader valueReader(RowData rdata)
rdata
- row data for this coord spec's tableCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.