|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.relopt.RelOptRule org.eigenbase.rel.convert.ConverterRule net.sf.farrago.fennel.rel.FennelUnionRule
public class FennelUnionRule
Rule to convert a UnionRel
to Fennel calling convention
.
Field Summary | |
---|---|
static FennelUnionRule |
instance
The singleton instance. |
Fields inherited from class org.eigenbase.relopt.RelOptRule |
---|
ANY, description, operands |
Constructor Summary | |
---|---|
FennelUnionRule()
|
Method Summary | |
---|---|
RelNode |
convert(RelNode rel)
|
Methods inherited from class org.eigenbase.rel.convert.ConverterRule |
---|
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch |
Methods inherited from class org.eigenbase.relopt.RelOptRule |
---|
convert, equals, equals, getOperand, getOperands, hashCode, matches, mergeTraitsAndConvert, mergeTraitsAndConvert, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FennelUnionRule instance
Constructor Detail |
---|
public FennelUnionRule()
Method Detail |
---|
public RelNode convert(RelNode rel)
convert
in class ConverterRule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |