Uses of Class
org.apache.cassandra.cql3.functions.AbstractFunction
-
Packages that use AbstractFunction Package Description org.apache.cassandra.cql3.functions org.apache.cassandra.cql3.functions.masking -
-
Uses of AbstractFunction in org.apache.cassandra.cql3.functions
Subclasses of AbstractFunction in org.apache.cassandra.cql3.functions Modifier and Type Class Description static classAggregateFcts.CountRowsFunctionstatic classBytesConversionFcts.FromBlobFunctionstatic classBytesConversionFcts.ToBlobFunctionclassFromJsonFctclassJavaBasedUDFunctionclassNativeAggregateFunctionBase class for theAggregateFunctionnative classes.classNativeFunctionBase class for our native/hardcoded functions.classNativeScalarFunctionBase class for theScalarFunctionnative classes.static classTimeFcts.FloorDateFunctionFunction that rounds a date down to the closest multiple of a duration.static classTimeFcts.FloorTimestampFunctionFunction that rounds a timestamp down to the closest multiple of a duration.static classTimeFcts.FloorTimeUuidFunctionFunction that rounds a timeUUID down to the closest multiple of a duration.static classTimeFcts.TemporalConversionFunctionclassToJsonFctclassTokenFctclassUDAggregateBase class for user-defined-aggregates.classUDFunctionBase class for User Defined Functions.classUserFunctionA 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.masking Modifier and Type Class Description classDefaultMaskingFunctionAMaskingFunctionthat returns a fixed replacement value for the data type of its single argument.classHashMaskingFunctionAMaskingFunctionthat replaces the specified column value by its hash according to the specified algorithm.classMaskingFunctionANativeScalarFunctionthat totally or partially replaces the original value of a column value, meant to obscure the real value of the column.classNullMaskingFunctionAMaskingFunctionthat always returns anullcolumn.classPartialMaskingFunctionAMaskingFunctionapplied to aStringTypevalue that, depending onPartialMaskingFunction.Kind: Replaces each character between the supplied positions by the supplied padding character.classReplaceMaskingFunctionAMaskingFunctionthat replaces the specified column value by a certain replacement value.
-