| Package | Description | 
|---|---|
| org.apache.cassandra.cql3.functions | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FromJsonFct | 
| class  | JavaBasedUDFunction | 
| class  | NativeScalarFunctionBase class for the  ScalarFunctionnative classes. | 
| class  | ToJsonFct | 
| class  | TokenFct | 
| class  | UDFunctionBase class for User Defined Functions. | 
| Modifier and Type | Method and Description | 
|---|---|
| ScalarFunction | UDAggregate. finalFunction() | 
| ScalarFunction | UDAggregate. stateFunction() | 
| Constructor and Description | 
|---|
| UDAggregate(FunctionName name,
           java.util.List<AbstractType<?>> argTypes,
           AbstractType<?> returnType,
           ScalarFunction stateFunc,
           ScalarFunction finalFunc,
           java.nio.ByteBuffer initcond) | 
Copyright © 2018 The Apache Software Foundation