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 interfaceSettableByNameData<T extends SettableData<T>>Collection of (typed) CQL values that can set by name.interfaceSettableData<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 classUDTValueA value for a User Defined Type.
-