Package | Description |
---|---|
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.db.marshal |
Modifier and Type | Method and 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 a
DATE . |
static NativeScalarFunction |
TimeFcts.toTimestamp(TemporalType<?> type)
Creates a function that convert a value of the specified type into a
TIMESTAMP . |
static NativeScalarFunction |
TimeFcts.toUnixTimestamp(TemporalType<?> type)
Creates a function that convert a value of the specified type into an UNIX timestamp.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDateType |
class |
TimestampType
Type for date-time values.
|
class |
TimeType
Nanosecond resolution time values
|
class |
TimeUUIDType |
Copyright © 2009-2022 The Apache Software Foundation