Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal |
Modifier and Type | Method and Description |
---|---|
boolean |
Lists.Value.equals(ListType lt,
Lists.Value v) |
static Lists.Value |
Lists.Value.fromSerialized(java.nio.ByteBuffer value,
ListType type,
ProtocolVersion version) |
static Tuples.InValue |
Tuples.InValue.fromSerialized(java.nio.ByteBuffer value,
ListType type,
QueryOptions options) |
Modifier and Type | Method and Description |
---|---|
static <T> ListType<T> |
ListType.getInstance(AbstractType<T> elements,
boolean isMultiCell) |
static ListType<?> |
ListType.getInstance(TypeParser parser) |
Copyright © 2018 The Apache Software Foundation