Uses of Class
org.apache.cassandra.db.marshal.TupleType
Packages that use TupleType
-
Uses of TupleType in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as TupleTypeMethods in org.apache.cassandra.cql3 that return TupleTypeModifier and TypeMethodDescriptionstatic <T> TupleTypeTuples.getExactTupleTypeIfKnown(List<T> items, Function<T, AbstractType<?>> mapper) Returns the exact TupleType from the items if it can be known.static TupleTypeTuples.getTupleType(AbstractType<?> tuple) CQL3Type.Tuple.getType()Methods in org.apache.cassandra.cql3 with parameters of type TupleTypeModifier and TypeMethodDescriptionstatic CQL3Type.Tuplestatic Tuples.ValueTuples.Value.fromSerialized(ByteBuffer bytes, TupleType type) Constructors in org.apache.cassandra.cql3 with parameters of type TupleType -
Uses of TupleType in org.apache.cassandra.db.marshal
Subclasses of TupleType in org.apache.cassandra.db.marshalMethods in org.apache.cassandra.db.marshal that return TupleTypeModifier and TypeMethodDescriptionstatic TupleTypeTupleType.getInstance(TypeParser parser) TupleType.withUpdatedUserType(UserType udt) Methods in org.apache.cassandra.db.marshal with parameters of type TupleTypeModifier and TypeMethodDescriptionstatic <V> V[]TupleType.split(ValueAccessor<V> accessor, V value, int numberOfElements, TupleType type) Split a tuple value into its component values.