| Modifier and Type | Field and Description |
|---|---|
ScanOperator |
ScanFilter.ekeyOp |
ScanOperator |
ScanFilter.skeyOp |
| Modifier and Type | Method and Description |
|---|---|
static ScanOperator |
ScanOperator.fromInt(int e) |
static ScanOperator |
ScanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanOperator[] |
ScanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataQuery.addQuery(String filterKey,
ScanOperator cmpOp,
double filterVal,
JoinType joinOp) |
void |
DataQuery.addQuery(String filterKey,
ScanOperator cmpOp,
long filterVal,
JoinType joinOp) |
void |
DataQuery.addQuery(String filterKey,
ScanOperator cmpOp,
String filterVal,
JoinType joinOp) |
void |
DataQuery.addQueryFilter(String filterKey,
ScanOperator cmpOp,
double filterVal,
JoinType joinOp) |
void |
DataQuery.addQueryFilter(String filterKey,
ScanOperator cmpOp,
long filterVal,
JoinType joinOp) |
void |
DataQuery.addQueryFilter(String filterKey,
ScanOperator cmpOp,
String filterVal,
JoinType joinOp) |
Copyright © 2021. All rights reserved.