Package | Description |
---|---|
org.apache.cassandra.cql3.functions |
Modifier and Type | Class and Description |
---|---|
class |
FromJsonFct |
static class |
TimeFcts.FloorDateFunction
Function that rounds a date down to the closest multiple of a duration.
|
static class |
TimeFcts.FloorTimestampFunction
Function that rounds a timestamp down to the closest multiple of a duration.
|
static class |
TimeFcts.FloorTimeUuidFunction
Function that rounds a timeUUID down to the closest multiple of a duration.
|
class |
ToJsonFct |
class |
TokenFct |
Modifier and Type | Field and Description |
---|---|
static NativeScalarFunction |
TimeFcts.dateOfFct
Deprecated.
Replaced by the
TimeFcts.toTimestamp(org.apache.cassandra.db.marshal.TemporalType<?>) function |
static NativeScalarFunction |
TimeFcts.floorTime
Function that rounds a time down to the closest multiple of a duration.
|
static NativeScalarFunction |
TimeFcts.unixTimestampOfFct
Deprecated.
Replaced by the
TimeFcts.toUnixTimestamp(org.apache.cassandra.db.marshal.TemporalType<?>) function |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2009-2022 The Apache Software Foundation