Uses of Class
org.apache.cassandra.cql3.functions.types.TupleType
Packages that use TupleType
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of TupleType in org.apache.cassandra.cql3.functions.types
Fields in org.apache.cassandra.cql3.functions.types declared as TupleTypeModifier and TypeFieldDescriptionprotected final TupleTypeTypeCodec.AbstractTupleCodec.definitionMethods in org.apache.cassandra.cql3.functions.types that return TupleTypeModifier and TypeMethodDescriptionTupleValue.getType()The tuple type this is a value of.static TupleTypeTupleType.of(ProtocolVersion protocolVersion, CodecRegistry codecRegistry, DataType... types) Creates a "disconnected" tuple type (you should preferMetadata#newTupleType(DataType...) cluster.getMetadata().newTupleType(...)whenever possible).Methods in org.apache.cassandra.cql3.functions.types with parameters of type TupleType