net.sf.saffron.oj.xlat
Class AggUnpickler
java.lang.Object
|
+--net.sf.saffron.oj.xlat.AggUnpickler
- class AggUnpickler
- extends Object
Converts references to agg items and aggregates (created by AggInternalTranslator
) into more conventional field accesses.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rexBuilder
private final RexBuilder rexBuilder
groupCount
int groupCount
AggUnpickler
AggUnpickler(RexBuilder rexBuilder,
int groupCount)