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 classFromJsonFctclassToJsonFctclassTokenFctFields in org.apache.cassandra.cql3.functions declared as NativeScalarFunction Modifier and Type Field Description static NativeScalarFunctionTimeFcts. dateOfFctDeprecated.Replaced by the#timeUuidToTimestampfunctionstatic NativeScalarFunctionTimeFcts. unixTimestampOfFctDeprecated.Replaced by the#timeUuidToUnixTimestampfunctionMethods 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.
-