|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.relopt.RelOptRule
org.eigenbase.rel.convert.ConverterRule
net.sf.farrago.fennel.rel.FennelEmptyRule
public class FennelEmptyRule
FennelEmptyRule provides an implementation for EmptyRel in terms of FennelValuesRel.
| Field Summary | |
|---|---|
static FennelEmptyRule |
instance
Singleton instance of this rule. |
| Fields inherited from class org.eigenbase.relopt.RelOptRule |
|---|
ANY, description, operands |
| Constructor Summary | |
|---|---|
private |
FennelEmptyRule()
Creates a FennelEmptyRule. |
| 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 FennelEmptyRule instance
| Constructor Detail |
|---|
private FennelEmptyRule()
| 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 | ||||||||