Package | Description |
---|---|
org.apache.cassandra.db.view |
Modifier and Type | Field and Description |
---|---|
static TemporalRow.Resolver |
TemporalRow.earliest |
static TemporalRow.Resolver |
TemporalRow.latest |
static TemporalRow.Resolver |
TemporalRow.oldValueIfUpdated
Returns the first value in the iterable if it is from the set of persisted cells, and the cell which results from
reconciliation of the remaining cells does not have the same value.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
TemporalRow.clusteringValue(ColumnDefinition definition,
TemporalRow.Resolver resolver) |
java.util.Collection<Cell> |
TemporalRow.values(ColumnDefinition definition,
TemporalRow.Resolver resolver) |
Copyright © 2015 The Apache Software Foundation