734735736737738739740741742743744745
long offset = val2 - rawVal; return offset; } else if (s instanceof TimestampColumn) { TimestampColumn tsc = (TimestampColumn) s; Timestamp ts = tsc.getValue(); Long t = ts.getTime(); return t; } else if (s instanceof TinyColumn) {