741742743744745746747748749750751752
Long t = ts.getTime(); return t; } else if (s instanceof TinyColumn) { TinyColumn tc = (TinyColumn) s; Integer i = tc.getValue(); return i; } else if (s instanceof YearColumn) { YearColumn yc = (YearColumn) s;