Package | Description |
---|---|
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.db.marshal | |
org.apache.cassandra.schema |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<Difference> |
Function.compare(Function other) |
java.util.Optional<Difference> |
UDAggregate.compare(Function function) |
java.util.Optional<Difference> |
UDFunction.compare(Function function) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Difference> |
UserType.compare(UserType other) |
Modifier and Type | Field and Description |
---|---|
Difference |
Diff.Altered.kind |
Modifier and Type | Method and Description |
---|---|
static Difference |
Difference.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Difference[] |
Difference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2022 The Apache Software Foundation