Enum Class StreamsLogicalConvention
java.lang.Object
java.lang.Enum<StreamsLogicalConvention>
org.apache.storm.sql.planner.streams.rel.StreamsLogicalConvention
- All Implemented Interfaces:
- Serializable,- Comparable<StreamsLogicalConvention>,- Constable,- org.apache.calcite.plan.Convention,- org.apache.calcite.plan.RelTrait
public enum StreamsLogicalConvention
extends Enum<StreamsLogicalConvention>
implements org.apache.calcite.plan.Convention
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.apache.calcite.plan.Conventionorg.apache.calcite.plan.Convention.Impl
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields inherited from interface org.apache.calcite.plan.ConventionNONE
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanConvertConvention(org.apache.calcite.plan.Convention toConvention) getName()org.apache.calcite.plan.RelTraitDefvoidregister(org.apache.calcite.plan.RelOptPlanner planner) booleansatisfies(org.apache.calcite.plan.RelTrait trait) toString()booleanuseAbstractConvertersForConversion(org.apache.calcite.plan.RelTraitSet fromTraits, org.apache.calcite.plan.RelTraitSet toTraits) static StreamsLogicalConventionReturns the enum constant of this class with the specified name.static StreamsLogicalConvention[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enumclone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.apache.calcite.plan.RelTraitequals, hashCode
- 
Enum Constant Details- 
INSTANCE
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getInterface- Specified by:
- getInterfacein interface- org.apache.calcite.plan.Convention
 
- 
getName- Specified by:
- getNamein interface- org.apache.calcite.plan.Convention
 
- 
getTraitDefpublic org.apache.calcite.plan.RelTraitDef getTraitDef()- Specified by:
- getTraitDefin interface- org.apache.calcite.plan.RelTrait
 
- 
satisfiespublic boolean satisfies(org.apache.calcite.plan.RelTrait trait) - Specified by:
- satisfiesin interface- org.apache.calcite.plan.RelTrait
 
- 
registerpublic void register(org.apache.calcite.plan.RelOptPlanner planner) - Specified by:
- registerin interface- org.apache.calcite.plan.RelTrait
 
- 
toString- Specified by:
- toStringin interface- org.apache.calcite.plan.RelTrait
- Overrides:
- toStringin class- Enum<StreamsLogicalConvention>
 
- 
canConvertConventionpublic boolean canConvertConvention(org.apache.calcite.plan.Convention toConvention) - Specified by:
- canConvertConventionin interface- org.apache.calcite.plan.Convention
 
- 
useAbstractConvertersForConversionpublic boolean useAbstractConvertersForConversion(org.apache.calcite.plan.RelTraitSet fromTraits, org.apache.calcite.plan.RelTraitSet toTraits) - Specified by:
- useAbstractConvertersForConversionin interface- org.apache.calcite.plan.Convention
 
 
-