// of the projections, we force a Fennel implementation.
// For the other, we force a Java implementation.
// Then, we request conversion from Fennel to Java,
// and verify that it only applies to one usage of the
// table, not both (which would be incorrect).
HepProgram program = new HepProgramBuilder()
.addRuleInstance(TableAccessRule.INSTANCE)
.addRuleInstance(ProjectToCalcRule.INSTANCE)
// Control the calc conversion.
.addMatchLimit(1)