689690691692693694695696697698699700
Integer i = lc.getValue(); return i; } else if (s instanceof LongLongColumn) { LongLongColumn llc = (LongLongColumn) s; Long l = llc.getValue(); return l; } else if (s instanceof NullColumn) { return null;