| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.functions | |
| 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.
|
| org.apache.cassandra.io.sstable |
| Class and Description |
|---|
| LocalDate
A date with no time components, no time zone, in the ISO 8601 calendar.
|
| Class and Description |
|---|
| DataType
Data types supported by cassandra.
|
| TupleValue
A value for a Tuple.
|
| TypeCodec |
| UDTValue
A value for a User Defined Type.
|
| Class and Description |
|---|
| AbstractGettableData |
| CodecRegistry
A registry for
TypeCodecs. |
| DataType
Data types supported by cassandra.
|
| DataType.CollectionType
Instances of this class represent collection types, that is, lists, sets or maps.
|
| DataType.CustomType
A "custom" type is a type that cannot be expressed as a CQL type.
|
| DataType.Name
The CQL type name.
|
| Duration
Represents a duration.
|
| GettableByIndexData
Collection of (typed) CQL values that can be retrieved by index (starting at zero).
|
| GettableByNameData
Collection of (typed) CQL values that can be retrieved by name.
|
| GettableData
Collection of (typed) CQL values that can be retrieved either by index (starting at zero) or by
name.
|
| LocalDate
A date with no time components, no time zone, in the ISO 8601 calendar.
|
| SettableByIndexData
Collection of (typed) CQL values that can be set by index (starting at zero).
|
| SettableByNameData
Collection of (typed) CQL values that can set by name.
|
| SettableData
Collection of (typed) CQL values that can be set either by index (starting at zero) or by name.
|
| TupleType
A tuple type.
|
| TupleValue
A value for a Tuple.
|
| TypeCodec |
| TypeCodec.PrimitiveBooleanCodec
A codec that is capable of handling primitive booleans, thus avoiding the overhead of boxing
and unboxing such primitives.
|
| TypeCodec.PrimitiveByteCodec
A codec that is capable of handling primitive bytes, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveDoubleCodec
A codec that is capable of handling primitive doubles, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveFloatCodec
A codec that is capable of handling primitive floats, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveIntCodec
A codec that is capable of handling primitive ints, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveLongCodec
A codec that is capable of handling primitive longs, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| TypeCodec.PrimitiveShortCodec
A codec that is capable of handling primitive shorts, thus avoiding the overhead of boxing and
unboxing such primitives.
|
| UDTValue
A value for a User Defined Type.
|
| UserType
A User Defined Type (UDT).
|
| UserType.Field
A UDT field.
|
| Class and Description |
|---|
| UserType
A User Defined Type (UDT).
|
Copyright © 2009-2022 The Apache Software Foundation