public static class RowEvaluator.Metadata extends Object
Modifier and Type | Field and Description |
---|---|
ColumnInfo[] |
colInfos_ |
RowEvaluator.Decoder<?>[] |
decoders_ |
int |
ncol_ |
long |
nrow_ |
Constructor and Description |
---|
Metadata(ColumnInfo[] colInfos,
RowEvaluator.Decoder<?>[] decoders,
long nrow) |
public final ColumnInfo[] colInfos_
public final RowEvaluator.Decoder<?>[] decoders_
public final long nrow_
public final int ncol_
public Metadata(ColumnInfo[] colInfos, RowEvaluator.Decoder<?>[] decoders, long nrow)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.