Package | Description |
---|---|
org.apache.cassandra.cql3.functions |
Modifier and Type | Class and Description |
---|---|
class |
FromJsonFct |
class |
NativeScalarFunction
Base class for the
ScalarFunction native classes. |
class |
ToJsonFct |
class |
TokenFct |
class |
UDFunction
Base 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 © 2016 The Apache Software Foundation