public abstract static class ColumnCondition.Bound
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ColumnMetadata |
column |
Operator |
comparisonOperator |
Modifier | Constructor and Description |
---|---|
protected |
Bound(ColumnMetadata column,
Operator operator) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
appliesTo(Row row)
Validates whether this condition applies to
current . |
protected static boolean |
compareWithOperator(Operator operator,
AbstractType<?> type,
java.nio.ByteBuffer value,
java.nio.ByteBuffer otherValue)
Returns true if the operator is satisfied (i.e.
|
java.nio.ByteBuffer |
getCollectionElementValue() |
public final ColumnMetadata column
public final Operator comparisonOperator
protected Bound(ColumnMetadata column, Operator operator)
public abstract boolean appliesTo(Row row)
current
.public java.nio.ByteBuffer getCollectionElementValue()
protected static boolean compareWithOperator(Operator operator, AbstractType<?> type, java.nio.ByteBuffer value, java.nio.ByteBuffer otherValue)
Copyright © 2009- The Apache Software Foundation