Uses of Interface
org.apache.cassandra.cql3.functions.types.GettableByIndexData
-
Packages that use GettableByIndexData 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 GettableByIndexData in org.apache.cassandra.cql3.functions.types
Subinterfaces of GettableByIndexData in org.apache.cassandra.cql3.functions.types Modifier and Type Interface Description interface
GettableData
Collection of (typed) CQL values that can be retrieved either by index (starting at zero) or by name.Classes in org.apache.cassandra.cql3.functions.types that implement GettableByIndexData Modifier and Type Class Description class
AbstractGettableData
class
TupleValue
A value for a Tuple.class
UDTValue
A value for a User Defined Type.
-