Package | Description |
---|---|
org.apache.cassandra.cql3.functions.types |
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SettableByIndexData<T extends SettableByIndexData<T>>
Collection of (typed) CQL values that can be set by index (starting at zero).
|
Modifier and Type | Interface and Description |
---|---|
interface |
SettableData<T extends SettableData<T>>
Collection of (typed) CQL values that can be set either by index (starting at zero) or by name.
|
Modifier and Type | Class and Description |
---|---|
class |
TupleValue
A value for a Tuple.
|
class |
UDTValue
A value for a User Defined Type.
|
Copyright © 2009-2020 The Apache Software Foundation