| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.timestream.model.filter |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attribute |
Attribute.equal(String key,
boolean value) |
static Attribute |
Attribute.equal(String key,
byte[] value) |
static Attribute |
Attribute.equal(String key,
ColumnValue value) |
static Attribute |
Attribute.equal(String key,
double value) |
static Attribute |
Attribute.equal(String key,
long value) |
static Attribute |
Attribute.equal(String key,
String value) |
static Attribute |
Attribute.in(String key,
boolean[] valueList) |
static Attribute |
Attribute.in(String key,
byte[][] valueList) |
static Attribute |
Attribute.in(String key,
ColumnValue[] valueList) |
static Attribute |
Attribute.in(String key,
double[] valueList) |
static Attribute |
Attribute.in(String key,
long[] valueList) |
static Attribute |
Attribute.in(String key,
String[] valueList) |
static Attribute |
Attribute.inGeoBoundingBox(String key,
String topLeftPos,
String bottomRightPos)
Geo query: Find data where the latitude and longitude fall within the specified rectangle.
|
static Attribute |
Attribute.inGeoDistance(String key,
String center,
double distanceInMeter)
Geo query: find data within a certain distance from a specific location
|
static Attribute |
Attribute.inGeoPolygon(String key,
List<String> polygonList)
Geo query: Find the data within the shape enclosed by the specified polygon.
|
static Attribute |
Attribute.inGeoPolygon(String key,
String[] polygonList)
Geo query: Find the data within the shape enclosed by the specified polygon.
|
static Attribute |
Attribute.inRange(String key,
byte[] begin,
byte[] end) |
static Attribute |
Attribute.inRange(String key,
ColumnValue begin,
ColumnValue end) |
static Attribute |
Attribute.inRange(String key,
double begin,
double end) |
static Attribute |
Attribute.inRange(String key,
long begin,
long end) |
static Attribute |
Attribute.inRange(String key,
String begin,
String end) |
static Attribute |
Attribute.notEqual(String key,
boolean value) |
static Attribute |
Attribute.notEqual(String key,
byte[] value) |
static Attribute |
Attribute.notEqual(String key,
ColumnValue value) |
static Attribute |
Attribute.notEqual(String key,
double value) |
static Attribute |
Attribute.notEqual(String key,
long value) |
static Attribute |
Attribute.notEqual(String key,
String value) |
static Attribute |
Attribute.notIn(String key,
boolean[] valueList) |
static Attribute |
Attribute.notIn(String key,
byte[][] valueList) |
static Attribute |
Attribute.notIn(String key,
ColumnValue[] valueList) |
static Attribute |
Attribute.notIn(String key,
double[] valueList) |
static Attribute |
Attribute.notIn(String key,
long[] valueList) |
static Attribute |
Attribute.notIn(String key,
String[] valueList) |
static Attribute |
Attribute.prefix(String key,
String value)
Prefix match
|
static Attribute |
Attribute.wildcard(String key,
String value)
Fuzzy match
|
Copyright © 2025. All Rights Reserved.