Uses of Interface
org.apache.cassandra.cql3.functions.types.SettableData
Packages that use SettableData
Package
Description
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 SettableDataModifier and TypeInterfaceDescriptioninterfaceSettableByNameData<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