Class RowEvaluator.Metadata
java.lang.Object
uk.ac.starlink.table.formats.RowEvaluator.Metadata
- Enclosing class:
RowEvaluator
Helper class used to group quantities which describe what the
data types found in the columns of a table are.
- Since:
- 21 Sep 2004
- Author:
- Mark Taylor (Starlink)
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ColumnInfo[]final RowEvaluator.Decoder<?>[]final intfinal long -
Constructor Summary
ConstructorsConstructorDescriptionMetadata(ColumnInfo[] colInfos, RowEvaluator.Decoder<?>[] decoders, long nrow) -
Method Summary
-
Field Details
-
colInfos_
-
decoders_
-
nrow_
public final long nrow_ -
ncol_
public final int ncol_
-
-
Constructor Details
-
Metadata
-