public class CustomIndexExpression
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
QualifiedName |
targetIndex |
Term.Raw |
valueRaw |
| Constructor and Description |
|---|
CustomIndexExpression(QualifiedName targetIndex,
Term.Raw value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToRowFilter(RowFilter filter,
TableMetadata table,
QueryOptions options) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
prepareValue(TableMetadata table,
AbstractType<?> expressionType,
VariableSpecifications boundNames) |
java.lang.String |
toCQLString() |
java.lang.String |
toString() |
public final QualifiedName targetIndex
public final Term.Raw valueRaw
public CustomIndexExpression(QualifiedName targetIndex, Term.Raw value)
public void prepareValue(TableMetadata table, AbstractType<?> expressionType, VariableSpecifications boundNames)
public void addToRowFilter(RowFilter filter, TableMetadata table, QueryOptions options)
public java.lang.String toCQLString()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2009-2022 The Apache Software Foundation