Uses of Package
org.apache.cassandra.cql3.functions.types
Packages that use org.apache.cassandra.cql3.functions.types
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Classes in org.apache.cassandra.cql3.functions.types used by org.apache.cassandra.cql3
-
Classes in org.apache.cassandra.cql3.functions.types used by org.apache.cassandra.cql3.functionsClassDescriptionData types supported by cassandra.A value for a Tuple.A value for a User Defined Type.
-
Classes in org.apache.cassandra.cql3.functions.types used by org.apache.cassandra.cql3.functions.typesClassDescriptionA registry for
TypeCodecs.Data types supported by cassandra.Instances of this class represent collection types, that is, lists, sets or maps.A "custom" type is a type that cannot be expressed as a CQL type.The CQL type name.Represents a duration.Collection of (typed) CQL values that can be retrieved by index (starting at zero).Collection of (typed) CQL values that can be retrieved by name.Collection of (typed) CQL values that can be retrieved either by index (starting at zero) or by name.A date with no time components, no time zone, in the ISO 8601 calendar.Collection of (typed) CQL values that can be set by index (starting at zero).Collection of (typed) CQL values that can set by name.Collection of (typed) CQL values that can be set either by index (starting at zero) or by name.A tuple type.A value for a Tuple.A codec that is capable of handling primitive booleans, thus avoiding the overhead of boxing and unboxing such primitives.A codec that is capable of handling primitive bytes, thus avoiding the overhead of boxing and unboxing such primitives.A codec that is capable of handling primitive doubles, thus avoiding the overhead of boxing and unboxing such primitives.A codec that is capable of handling primitive floats, thus avoiding the overhead of boxing and unboxing such primitives.A codec that is capable of handling primitive ints, thus avoiding the overhead of boxing and unboxing such primitives.A codec that is capable of handling primitive longs, thus avoiding the overhead of boxing and unboxing such primitives.A codec that is capable of handling primitive shorts, thus avoiding the overhead of boxing and unboxing such primitives.A value for a User Defined Type.A User Defined Type (UDT).A UDT field.TypeCodecfor the CQL typevector.A vector type. -
Classes in org.apache.cassandra.cql3.functions.types used by org.apache.cassandra.io.sstable
-
Classes in org.apache.cassandra.cql3.functions.types used by org.apache.cassandra.utils