Example #1
0
 public Expression implementStart(AggregateCall call, JavaRel rel) {
   OJAggImplementor aggImplementor = implementorTable.get(call.getAggregation());
   return aggImplementor.implementStart(this, rel, call);
 }