resultsetcol
This commit is contained in:
snoop 2017-04-26 12:20:38 +09:00
parent 5a1f1293ff
commit be1a60d35f

View File

@ -68,14 +68,9 @@ public class OFResultSetCol extends OFResultSet{
}
}
for(int indexK = 0 ; indexK < metrics.size(); ++indexK) {
metric = metrics.get(indexK).getMetric();
metric = convertMetric(metric, arrayValue);
resultMap.put(metric, row.get(indexK));
}