Uses of Class
org.apache.cassandra.cql3.statements.Selector.Function

Packages that use Selector.Function
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.statements   
 

Uses of Selector.Function in org.apache.cassandra.cql3
 

Methods in org.apache.cassandra.cql3 that return Selector.Function
 Selector.Function ColumnIdentifier.function()
           
 

Uses of Selector.Function in org.apache.cassandra.cql3.statements
 

Methods in org.apache.cassandra.cql3.statements that return Selector.Function
 Selector.Function Selector.function()
           
 Selector.Function Selector.WithFunction.function()
           
static Selector.Function Selector.Function.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Selector.Function[] Selector.Function.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.cql3.statements with parameters of type Selector.Function
Selector.WithFunction(ColumnIdentifier id, Selector.Function function)
           
 



Copyright © 2013 The Apache Software Foundation