public abstract static class SSTableReader.Operator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SSTableReader.Operator |
EQ |
static SSTableReader.Operator |
GE |
static SSTableReader.Operator |
GT |
Constructor and Description |
---|
SSTableReader.Operator() |
Modifier and Type | Method and Description |
---|---|
abstract int |
apply(int comparison) |
public static final SSTableReader.Operator EQ
public static final SSTableReader.Operator GE
public static final SSTableReader.Operator GT
Copyright © 2015 The Apache Software Foundation