Uses of Interface
org.apache.cassandra.cql3.functions.types.SettableByIndexData
-
Packages that use SettableByIndexData 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 SettableByIndexData in org.apache.cassandra.cql3.functions.types
Classes in org.apache.cassandra.cql3.functions.types with type parameters of type SettableByIndexData Modifier and Type Interface Description interfaceSettableByIndexData<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.types Modifier and Type Interface Description 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 SettableByIndexData Modifier and Type Class Description classTupleValueA value for a Tuple.classUDTValueA value for a User Defined Type.
-