Uses of Interface
org.apache.cassandra.cql3.functions.types.SettableData
-
Packages that use SettableData 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. -
-
Uses of SettableData in org.apache.cassandra.cql3.functions.types
Classes in org.apache.cassandra.cql3.functions.types with type parameters of type SettableData Modifier and Type Interface Description interface
SettableByNameData<T extends SettableData<T>>
Collection of (typed) CQL values that can set by name.interface
SettableData<T extends SettableData<T>>
Collection of (typed) CQL values that can be set either by index (starting at zero) or by name.Classes in org.apache.cassandra.cql3.functions.types that implement SettableData Modifier and Type Class Description class
UDTValue
A value for a User Defined Type.
-