Uses of Class
org.apache.cassandra.cql3.functions.AbstractFunction
Packages that use AbstractFunction
-
Uses of AbstractFunction in org.apache.cassandra.cql3.functions
Subclasses of AbstractFunction in org.apache.cassandra.cql3.functionsModifier and TypeClassDescriptionstatic classstatic classstatic classclassfinal classclassBase class for theAggregateFunctionnative classes.classBase class for our native/hardcoded functions.classBase class for theScalarFunctionnative classes.static final classFunction that rounds a date down to the closest multiple of a duration.static final classFunction that rounds a timestamp down to the closest multiple of a duration.static final classFunction that rounds a timeUUID down to the closest multiple of a duration.static classclassclassclassBase class for user-defined-aggregates.classBase class for User Defined Functions.classA non-native, user-defined function, like UDFs and UDAs. -
Uses of AbstractFunction in org.apache.cassandra.cql3.functions.masking
Subclasses of AbstractFunction in org.apache.cassandra.cql3.functions.maskingModifier and TypeClassDescriptionclassAMaskingFunctionthat returns a fixed replacement value for the data type of its single argument.classAMaskingFunctionthat replaces the specified column value by its hash according to the specified algorithm.classANativeScalarFunctionthat totally or partially replaces the original value of a column value, meant to obscure the real value of the column.classAMaskingFunctionthat always returns anullcolumn.classAMaskingFunctionapplied to aStringTypevalue that, depending onPartialMaskingFunction.Kind: Replaces each character between the supplied positions by the supplied padding character.classAMaskingFunctionthat replaces the specified column value by a certain replacement value.