Uses of Class
org.apache.cassandra.db.marshal.TemporalType
Packages that use TemporalType
-
Uses of TemporalType in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type TemporalTypeModifier and TypeMethodDescriptionstatic NativeScalarFunctionTimeFcts.toDate(TemporalType<?> type) Creates a function that converts a value of the specified type into aDATE.static NativeScalarFunctionTimeFcts.toTimestamp(TemporalType<?> type) Creates a function that converts a value of the specified type into aTIMESTAMP.static NativeScalarFunctionTimeFcts.toUnixTimestamp(TemporalType<?> type) Creates a function that converts a value of the specified type into a UNIX timestamp. -
Uses of TemporalType in org.apache.cassandra.db.marshal
Subclasses of TemporalType in org.apache.cassandra.db.marshalModifier and TypeClassDescriptionclassclassclassclassType for date-time values.classNanosecond resolution time valuesclass