Package | Description |
---|---|
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.schema |
Modifier and Type | Class and Description |
---|---|
class |
FromJsonFct |
class |
NativeAggregateFunction
Base class for the
AggregateFunction native classes. |
class |
NativeFunction
Base class for our native/hardcoded functions.
|
class |
NativeScalarFunction
Base class for the
ScalarFunction native classes. |
class |
ScriptBasedUDF |
class |
ToJsonFct |
class |
TokenFct |
class |
UDAggregate
Base class for user-defined-aggregates.
|
class |
UDFunction
Base class for User Defined Functions.
|
Modifier and Type | Method and Description |
---|---|
static void |
Functions.addOrReplaceFunction(AbstractFunction fun) |
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
LegacySchemaTables.functionSignatureWithNameAndTypes(AbstractFunction fun) |
static java.nio.ByteBuffer |
LegacySchemaTables.functionSignatureWithTypes(AbstractFunction fun) |
Copyright © 2016 The Apache Software Foundation