Uses of Class
org.apache.cassandra.cql3.functions.types.exceptions.InvalidTypeException
Packages that use InvalidTypeException
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of InvalidTypeException in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that throw InvalidTypeExceptionModifier and TypeMethodDescriptionabstract TTypeCodec.deserialize(ByteBuffer bytes, ProtocolVersion protocolVersion) Deserialize the givenByteBufferinstance according to the CQL type handled by this codec.abstract StringFormat the given value as a valid CQL literal according to the CQL type handled by this codec.abstract TParse the given CQL literal into an instance of the Java type handled by this codec.abstract ByteBufferTypeCodec.serialize(T value, ProtocolVersion protocolVersion) Serialize the given value according to the CQL type handled by this codec.