Uses of Class
org.apache.cassandra.cql3.selection.Selector.Kind
-
Packages that use Selector.Kind Package Description org.apache.cassandra.cql3.selection -
-
Uses of Selector.Kind in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return Selector.Kind Modifier and Type Method Description Selector.KindSelector. kind()Returns theSelectorkind.static Selector.KindSelector.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Selector.Kind[]Selector.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.cql3.selection with parameters of type Selector.Kind Constructor Description Selector(Selector.Kind kind)
-