Uses of Interface
org.apache.cassandra.cql3.functions.ScalarFunction
-
Packages that use ScalarFunction Package Description org.apache.cassandra.cql3.functions -
-
Uses of ScalarFunction in org.apache.cassandra.cql3.functions
Subinterfaces of ScalarFunction in org.apache.cassandra.cql3.functions Modifier and Type Interface Description interfacePartialScalarFunctionA partial application of a function.Classes in org.apache.cassandra.cql3.functions that implement ScalarFunction Modifier and Type Class Description classFromJsonFctclassJavaBasedUDFunctionclassNativeScalarFunctionBase 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.classToJsonFctclassTokenFctclassUDFunctionBase class for User Defined Functions.Methods in org.apache.cassandra.cql3.functions that return ScalarFunction Modifier and Type Method Description ScalarFunctionUDAggregate. finalFunction()default ScalarFunctionScalarFunction. partialApplication(ProtocolVersion protocolVersion, java.util.List<java.nio.ByteBuffer> partialParameters)Does a partial application of the function.ScalarFunctionUDAggregate. stateFunction()Constructors in org.apache.cassandra.cql3.functions with parameters of type ScalarFunction Constructor Description UDAggregate(FunctionName name, java.util.List<AbstractType<?>> argTypes, AbstractType<?> returnType, ScalarFunction stateFunc, ScalarFunction finalFunc, java.nio.ByteBuffer initcond)
-