Uses of Class
org.apache.cassandra.cql3.functions.NativeScalarFunction
-
Packages that use NativeScalarFunction Package Description org.apache.cassandra.cql3.functions -
-
Uses of NativeScalarFunction in org.apache.cassandra.cql3.functions
Subclasses of NativeScalarFunction in org.apache.cassandra.cql3.functions Modifier and Type Class Description classFromJsonFctstatic 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.classToJsonFctclassTokenFctFields in org.apache.cassandra.cql3.functions declared as NativeScalarFunction Modifier and Type Field Description static NativeScalarFunctionTimeFcts. dateOfFctDeprecated.Replaced by theTimeFcts.toTimestamp(org.apache.cassandra.db.marshal.TemporalType<?>)functionstatic NativeScalarFunctionTimeFcts. floorTimeFunction that rounds a time down to the closest multiple of a duration.static NativeScalarFunctionTimeFcts. unixTimestampOfFctDeprecated.Replaced by theTimeFcts.toUnixTimestamp(org.apache.cassandra.db.marshal.TemporalType<?>)functionMethods in org.apache.cassandra.cql3.functions that return NativeScalarFunction Modifier and Type Method Description static NativeScalarFunctionTimeFcts. toDate(TemporalType<?> type)Creates a function that convert a value of the specified type into aDATE.static NativeScalarFunctionTimeFcts. toTimestamp(TemporalType<?> type)Creates a function that convert a value of the specified type into aTIMESTAMP.static NativeScalarFunctionTimeFcts. toUnixTimestamp(TemporalType<?> type)Creates a function that convert a value of the specified type into an UNIX timestamp.
-