Package | Description |
---|---|
org.apache.cassandra.index.sasi.conf | |
org.apache.cassandra.index.sasi.disk | |
org.apache.cassandra.index.sasi.memory | |
org.apache.cassandra.index.sasi.plan |
Modifier and Type | Method and Description |
---|---|
boolean |
IndexMode.supports(Expression.Op operator) |
Modifier and Type | Method and Description |
---|---|
boolean |
OnDiskIndexBuilder.Mode.supports(Expression.Op op) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.util.concurrent.ConcurrentSkipListSet<DecoratedKey>> |
TrieMemIndex.ConcurrentPrefixTrie.search(Expression.Op operator,
java.lang.String value) |
java.lang.Iterable<java.util.concurrent.ConcurrentSkipListSet<DecoratedKey>> |
TrieMemIndex.ConcurrentSuffixTrie.search(Expression.Op operator,
java.lang.String value) |
Modifier and Type | Field and Description |
---|---|
protected Expression.Op |
Expression.operation |
Modifier and Type | Method and Description |
---|---|
Expression.Op |
Expression.getOp() |
static Expression.Op |
Expression.Op.valueOf(Operator operator) |
static Expression.Op |
Expression.Op.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Expression.Op[] |
Expression.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Expression |
Expression.setOp(Expression.Op op) |
Copyright © 2018 The Apache Software Foundation