Uses of Interface
org.apache.cassandra.cql3.functions.Function.Factory

Packages that use Function.Factory
org.apache.cassandra.cql3.functions   
 

Uses of Function.Factory in org.apache.cassandra.cql3.functions
 

Fields in org.apache.cassandra.cql3.functions declared as Function.Factory
static Function.Factory TokenFct.factory
           
 

Methods in org.apache.cassandra.cql3.functions that return Function.Factory
static Function.Factory AbstractFunction.factory(Function fun)
          Creates a trivial factory that always return the provided function.
 



Copyright © 2013 The Apache Software Foundation