net.sf.farrago.fennel.rel
Class FennelCalcRule
java.lang.Object
org.eigenbase.relopt.RelOptRule
org.eigenbase.rel.convert.ConverterRule
net.sf.farrago.fennel.rel.FennelCalcRule
public class FennelCalcRule
- extends ConverterRule
FennelCalcRule is a rule for implementing CalcRel via a Fennel
Calculator (FennelCalcRel).
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/fennel/rel/FennelCalcRule.java#1 $
- Author:
- jhyde
|
Constructor Summary |
private |
FennelCalcRule()
Creates a new FennelCalcRule object. |
instance
public static final FennelCalcRule instance
- The singleton instance.
FennelCalcRule
private FennelCalcRule()
- Creates a new FennelCalcRule object.
getOutConvention
public CallingConvention getOutConvention()
- Description copied from class:
RelOptRule
- Returns the calling convention of the result of firing this rule, null if
not known.
- Overrides:
getOutConvention in class ConverterRule
convert
public RelNode convert(RelNode rel)
- Specified by:
convert in class ConverterRule