Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.restrictions |
Constructor and Description |
---|
SuperColumnRestrictions(java.util.Iterator<SingleRestriction> restrictions) |
Modifier and Type | Method and Description |
---|---|
protected abstract SingleRestriction |
MultiColumnRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.NotNullRestriction.doMergeWith(SingleRestriction otherRestriction) |
protected abstract SingleRestriction |
SingleColumnRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.ContainsRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.IsNotNullRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.LikeRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.mergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.mergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleRestriction.mergeWith(SingleRestriction otherRestriction)
Merges this restriction with the specified one.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SingleRestriction |
MultiColumnRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.NotNullRestriction.doMergeWith(SingleRestriction otherRestriction) |
protected abstract SingleRestriction |
SingleColumnRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.EQRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.INRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.SliceRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.ContainsRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.IsNotNullRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.LikeRestriction.doMergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
MultiColumnRestriction.mergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleColumnRestriction.mergeWith(SingleRestriction otherRestriction) |
SingleRestriction |
SingleRestriction.mergeWith(SingleRestriction otherRestriction)
Merges this restriction with the specified one.
|
Copyright © 2018 The Apache Software Foundation