Uses of Interface
org.apache.cassandra.cql3.functions.types.SettableByIndexData
Packages that use SettableByIndexData
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of SettableByIndexData in org.apache.cassandra.cql3.functions.types
Classes in org.apache.cassandra.cql3.functions.types with type parameters of type SettableByIndexDataModifier and TypeInterfaceDescriptioninterfaceSettableByIndexData<T extends SettableByIndexData<T>>Collection of (typed) CQL values that can be set by index (starting at zero).Subinterfaces of SettableByIndexData in org.apache.cassandra.cql3.functions.typesModifier and TypeInterfaceDescriptioninterfaceSettableData<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 SettableByIndexDataModifier and TypeClassDescriptionclassA value for a Tuple.classA value for a User Defined Type.