uk.ac.starlink.table.formats
Class RowEvaluator.Metadata

java.lang.Object
  extended by uk.ac.starlink.table.formats.RowEvaluator.Metadata
Enclosing class:
RowEvaluator

public static class RowEvaluator.Metadata
extends Object

Helper class used to group quantities which describe what the data types found in the columns of a table are.


Field Summary
 ColumnInfo[] colInfos_
           
 RowEvaluator.Decoder[] decoders_
           
 int ncol_
           
 long nrow_
           
 
Constructor Summary
RowEvaluator.Metadata(ColumnInfo[] colInfos, RowEvaluator.Decoder[] decoders, long nrow)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colInfos_

public final ColumnInfo[] colInfos_

decoders_

public final RowEvaluator.Decoder[] decoders_

nrow_

public final long nrow_

ncol_

public final int ncol_
Constructor Detail

RowEvaluator.Metadata

public RowEvaluator.Metadata(ColumnInfo[] colInfos,
                             RowEvaluator.Decoder[] decoders,
                             long nrow)

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.