671672673674675676677678679680681682
Integer i = ec.getValue(); return i; } else if (s instanceof FloatColumn) { FloatColumn fc = (FloatColumn) s; Float f = fc.getValue(); return f; } else if (s instanceof Int24Column) { Int24Column ic = (Int24Column) s;