Class RowEvaluator.Metadata

java.lang.Object
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 Details

    • colInfos_

      public final ColumnInfo[] colInfos_
    • decoders_

      public final RowEvaluator.Decoder[] decoders_
    • nrow_

      public final long nrow_
    • ncol_

      public final int ncol_
  • Constructor Details