Uses of Class
org.apache.cassandra.cql3.functions.types.TypeCodec.PrimitiveShortCodec
-
Packages that use TypeCodec.PrimitiveShortCodec 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 TypeCodec.PrimitiveShortCodec in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return TypeCodec.PrimitiveShortCodec Modifier and Type Method Description static TypeCodec.PrimitiveShortCodec
TypeCodec. smallInt()
Return the default codec for the CQL typesmallint
.
-