Package | Description |
---|---|
com.datastax.driver.extras.codecs.arrays |
This package contains a collection of convenience
TypeCodec instances useful for serializing between CQL lists and Java arrays. |
Modifier and Type | Class and Description |
---|---|
class |
DoubleArrayCodec
A codec that maps the CQL type
list<double> to the Java type double[] . |
class |
FloatArrayCodec
A codec that maps the CQL type
list<float> to the Java type float[] . |
class |
IntArrayCodec
A codec that maps the CQL type
list<int> to the Java type int[] . |
class |
LongArrayCodec
A codec that maps the CQL type
list<long> to the Java type long[] . |
Copyright © 2012–2020. All rights reserved.