Uses of Class
org.apache.cassandra.db.marshal.TemporalType
-
Packages that use TemporalType Package Description org.apache.cassandra.cql3.functions org.apache.cassandra.db.marshal -
-
Uses of TemporalType in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type TemporalType Modifier and Type Method Description static Function
TimeFcts. now(java.lang.String name, TemporalType<?> type)
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. -
Uses of TemporalType in org.apache.cassandra.db.marshal
Subclasses of TemporalType in org.apache.cassandra.db.marshal Modifier and Type Class Description class
SimpleDateType
class
TimestampType
Type for date-time values.class
TimeType
Nanosecond resolution time valuesclass
TimeUUIDType
-