public abstract class AbstractClusteringIndexFilter extends java.lang.Object implements ClusteringIndexFilter
ClusteringIndexFilter.InternalDeserializer, ClusteringIndexFilter.Kind, ClusteringIndexFilter.Serializer| Modifier and Type | Field and Description |
|---|---|
protected boolean |
reversed |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractClusteringIndexFilter(boolean reversed) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendOrderByToCQLString(TableMetadata metadata,
java.lang.StringBuilder sb) |
boolean |
isEmpty(ClusteringComparator comparator) |
boolean |
isReversed()
Whether the filter query rows in reversed clustering order or not.
|
protected abstract long |
serializedSizeInternal(int version) |
protected abstract void |
serializeInternal(DataOutputPlus out,
int version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterNotIndexed, forPaging, getSlices, getUnfilteredRowIterator, isFullyCoveredBy, isHeadFilter, kind, selects, selectsAllPartition, shouldInclude, toCQLString, toStringprotected AbstractClusteringIndexFilter(boolean reversed)
public boolean isReversed()
ClusteringIndexFilterisReversed in interface ClusteringIndexFilterpublic boolean isEmpty(ClusteringComparator comparator)
isEmpty in interface ClusteringIndexFilterprotected abstract void serializeInternal(DataOutputPlus out, int version) throws java.io.IOException
java.io.IOExceptionprotected abstract long serializedSizeInternal(int version)
protected void appendOrderByToCQLString(TableMetadata metadata, java.lang.StringBuilder sb)
Copyright © 2009-2022 The Apache Software Foundation