Package | Description |
---|---|
org.apache.cassandra.cql3.functions |
Modifier and Type | Class and Description |
---|---|
class |
FromJsonFct |
class |
ToJsonFct |
class |
TokenFct |
Modifier and Type | Field and Description |
---|---|
static NativeScalarFunction |
TimeFcts.dateOfFct
Deprecated.
Replaced by the
TimeFcts.timeUuidToTimestamp function |
static NativeScalarFunction |
TimeFcts.dateToTimestamp
Function that convert a value of type
TIMESTAMP into a DATE . |
static NativeScalarFunction |
TimeFcts.dateToUnixTimestamp
Function that convert a value of type
DATE into an UNIX timestamp. |
static NativeScalarFunction |
TimeFcts.timestampToDate
Function that convert a value of type
TIMESTAMP into a DATE . |
static NativeScalarFunction |
TimeFcts.timestampToUnixTimestamp
Function that convert a value of type
TIMESTAMP into an UNIX timestamp. |
static NativeScalarFunction |
TimeFcts.timeUuidtoDate
Function that convert a value of
TIMEUUID into a value of type DATE . |
static NativeScalarFunction |
TimeFcts.timeUuidToTimestamp
Function that convert a value of type
TIMEUUID into a value of type TIMESTAMP . |
static NativeScalarFunction |
TimeFcts.timeUuidToUnixTimestamp
Function that convert a value of type
TIMEUUID into an UNIX timestamp. |
static NativeScalarFunction |
TimeFcts.unixTimestampOfFct
Deprecated.
Replaced by the
TimeFcts.timeUuidToUnixTimestamp function |
Copyright © 2016 The Apache Software Foundation