35363738394041
public BooleanDatum eval(Tuple params) { String addr = params.get(0).asChars(); String otherCode = params.get(1).asChars(); String thisCode = GeoUtil.getCountryCode(addr); return new BooleanDatum(thisCode.equals(otherCode)); }