Uses of Class
org.apache.cassandra.cql3.functions.types.UserType.Field
-
Packages that use UserType.Field 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 UserType.Field in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return types with arguments of type UserType.Field Modifier and Type Method Description java.util.Iterator<UserType.Field>
UserType. iterator()
Returns an iterator over the fields of this UDT.
-