public final class FunctionResolver
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static Function | get(java.lang.String keyspace,
   FunctionName name,
   java.util.List<? extends AssignmentTestable> providedArgs,
   java.lang.String receiverKs,
   java.lang.String receiverCf,
   AbstractType<?> receiverType) | 
| static ColumnSpecification | makeArgSpec(java.lang.String receiverKs,
           java.lang.String receiverCf,
           Function fun,
           int i) | 
public static ColumnSpecification makeArgSpec(java.lang.String receiverKs, java.lang.String receiverCf, Function fun, int i)
public static Function get(java.lang.String keyspace, FunctionName name, java.util.List<? extends AssignmentTestable> providedArgs, java.lang.String receiverKs, java.lang.String receiverCf, AbstractType<?> receiverType) throws InvalidRequestException
keyspace - the current keyspacename - the name of the functionprovidedArgs - the arguments provided for the function callreceiverKs - the receiver's keyspacereceiverCf - the receiver's tablereceiverType - if the receiver type is known (during inserts, for example), this should be the type of
                     the receiverInvalidRequestExceptionCopyright © 2018 The Apache Software Foundation