AbstractFunction |
Base class for our native/hardcoded functions.
|
AggregateFcts |
Factory methods for aggregate functions.
|
AggregateFcts.CountRowsFunction |
|
BytesConversionFcts |
|
BytesConversionFcts.FromBlobFunction |
|
BytesConversionFcts.ToBlobFunction |
|
CastFcts |
Casting functions
|
CollectionFcts |
Native CQL functions for collections (sets, list and maps).
|
FromJsonFct |
|
FunctionArguments |
|
FunctionCall |
|
FunctionCall.Raw |
|
FunctionFactory |
Class for dynamically building different overloads of a CQL Function according to specific function calls.
|
FunctionName |
|
FunctionResolver |
|
JavaBasedUDFunction |
|
JavaUDF |
Base class for all Java UDFs.
|
MathFcts |
|
NativeAggregateFunction |
Base class for the AggregateFunction native classes.
|
NativeFunction |
Base class for our native/hardcoded functions.
|
NativeFunctions |
A container of native functions.
|
NativeScalarFunction |
Base class for the ScalarFunction native classes.
|
OperationFcts |
Operation functions (Mathematics).
|
TimeFcts |
|
TimeFcts.FloorDateFunction |
Function that rounds a date down to the closest multiple of a duration.
|
TimeFcts.FloorTimestampFunction |
Function that rounds a timestamp down to the closest multiple of a duration.
|
TimeFcts.FloorTimeUuidFunction |
Function that rounds a timeUUID down to the closest multiple of a duration.
|
TimeFcts.TemporalConversionFunction |
|
ToJsonFct |
|
TokenFct |
|
UDAggregate |
Base class for user-defined-aggregates.
|
UDFByteCodeVerifier |
Verifies Java UDF byte code.
|
UDFContextImpl |
|
UDFDataType |
Represents a data type used within the UDF/UDA.
|
UDFunction |
Base class for User Defined Functions.
|
UserFunction |
A non-native, user-defined function, like UDFs and UDAs.
|
UuidFcts |
|
VectorFcts |
|