Uses of Class
org.apache.storm.sql.planner.streams.rel.StreamsLogicalConvention
-
Packages that use StreamsLogicalConvention Package Description org.apache.storm.sql.planner.streams.rel -
-
Uses of StreamsLogicalConvention in org.apache.storm.sql.planner.streams.rel
Methods in org.apache.storm.sql.planner.streams.rel that return StreamsLogicalConvention Modifier and Type Method Description static StreamsLogicalConvention
StreamsLogicalConvention. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamsLogicalConvention[]
StreamsLogicalConvention. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-