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 class
FromJsonFct
class
ToJsonFct
class
TokenFct
Fields in org.apache.cassandra.cql3.functions declared as NativeScalarFunction Modifier and Type Field Description static NativeScalarFunction
TimeFcts. dateOfFct
Deprecated.Replaced by the#timeUuidToTimestamp
functionstatic NativeScalarFunction
TimeFcts. unixTimestampOfFct
Deprecated.Replaced by the#timeUuidToUnixTimestamp
functionMethods in org.apache.cassandra.cql3.functions that return NativeScalarFunction Modifier and Type Method Description static NativeScalarFunction
TimeFcts. toDate(TemporalType<?> type)
Creates a function that convert a value of the specified type into aDATE
.static NativeScalarFunction
TimeFcts. toTimestamp(TemporalType<?> type)
Creates a function that convert a value of the specified type into aTIMESTAMP
.static NativeScalarFunction
TimeFcts. toUnixTimestamp(TemporalType<?> type)
Creates a function that convert a value of the specified type into an UNIX timestamp.
-