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
#timeUuidToTimestamp function |
static NativeScalarFunction |
TimeFcts.unixTimestampOfFct
Deprecated.
Replaced by the
#timeUuidToUnixTimestamp 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-2021 The Apache Software Foundation