result = DatumFactory.createBool(false);
compile(this.pattern);
}
leftExpr.eval(leftContext, schema, tuple);
Datum predicand = leftExpr.terminate(leftContext);
isNullResult = predicand instanceof NullDatum;
boolean matched = compiled.matcher(predicand.asChars()).matches();
result.setValue(matched ^ not);
}