net.sf.farrago.ojrex
Class FarragoOJRexColumnListImplementor
java.lang.Object
net.sf.farrago.ojrex.FarragoOJRexImplementor
net.sf.farrago.ojrex.FarragoOJRexColumnListImplementor
- All Implemented Interfaces:
- OJRexImplementor
public class FarragoOJRexColumnListImplementor
- extends FarragoOJRexImplementor
FarragoOJRexColumnListImplementor implements Farrago specifics of OJRexImplementor
for a column-list constructor.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/ojrex/FarragoOJRexColumnListImplementor.java#7 $
- Author:
- Zelaine Fong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoOJRexColumnListImplementor
public FarragoOJRexColumnListImplementor()
implementFarrago
public Expression implementFarrago(FarragoRexToOJTranslator translator,
RexCall call,
Expression[] operands)
- Description copied from class:
FarragoOJRexImplementor
- Refined version of
OJRexImplementor.implement(org.eigenbase.oj.rex.RexToOJTranslator, org.eigenbase.rex.RexCall, openjava.ptree.Expression[])
.
- Specified by:
implementFarrago
in class FarragoOJRexImplementor
- Parameters:
translator
- provides Farrago-specific translation contextcall
- the call to be translatedoperands
- call's operands, which have already been translated
independently