| Package | Description |
|---|---|
| org.apache.cassandra.db.composites | |
| org.apache.cassandra.db.marshal |
| Modifier and Type | Method and Description |
|---|---|
ColumnToCollectionType |
AbstractCellNameType.collectionType() |
ColumnToCollectionType |
CellNameType.collectionType()
The type of the collections (or null if the type does not have any non-frozen collections).
|
ColumnToCollectionType |
CompoundSparseCellNameType.WithCollection.collectionType() |
| Modifier and Type | Method and Description |
|---|---|
protected static CompoundCType |
CompoundSparseCellNameType.makeCType(CompoundCType clusteringType,
AbstractType<?> columnNameType,
ColumnToCollectionType collectionType) |
| Constructor and Description |
|---|
WithCollection(java.util.List<AbstractType<?>> types,
ColumnToCollectionType collectionType) |
| Modifier and Type | Method and Description |
|---|---|
static ColumnToCollectionType |
ColumnToCollectionType.getInstance(java.util.Map<java.nio.ByteBuffer,CollectionType> defined) |
static ColumnToCollectionType |
ColumnToCollectionType.getInstance(TypeParser parser) |
Copyright © 2018 The Apache Software Foundation