package
4.1.3+incompatible
Repository: https://github.com/aliyun/aliyun-tablestore-go-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
* * 通过BoolQuery进行复合条件查询。 */.
No description provided by the author
* *创建一个SearchIndex,包含Col_Keyword和Col_Long两列,类型分别设置为字符串(KEYWORD)和整型(LONG)。 */.
* *创建一个SearchIndex,包含Col_Keyword和Col_Long两列,类型分别设置为字符串(KEYWORD)和整型(LONG),设置按照Col_Long这一列预先排序。 */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* * Col_GeoPoint是GeoPoint类型,查询表中Col_GeoPoint这一列的值在左上角为"10,0", 右下角为"0,10"的矩形范围内的数据。 */.
* * 查询表中Col_GeoPoint这一列的值距离中心点不超过一定距离的数据。 */.
* * 查询表中Col_GeoPoint这一列的值在一个给定多边形范围内的数据。 */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* * 查询表中Col_Text这一列的值能够匹配"hangzhou shanghai"的数据,匹配条件为短语匹配(要求短语完整的按照顺序匹配),返回匹配到的总行数和一些匹配成功的行。 */.
* * 查询表中Col_Keyword这一列的值能够匹配"hangzhou"的数据,返回匹配到的总行数和一些匹配成功的行。 */.
* * 查询表中Col_Keyword这一列前缀为"hangzhou"的数据。 */.
No description provided by the author
No description provided by the author
No description provided by the author
* * 使用Token进行翻页读取。 * 如果SearchResponse返回了NextToken,可以使用这个Token发起下一次查询, * 直到NextToken为空(nil),此时代表所有符合条件的数据已经读完。 */.
* * 查询表中Col_Long这一列大于3的数据,结果按照Col_Long这一列的值逆序排序。 */.
* * 查询表中Col_Keyword这一列精确匹配"hangzhou"的数据。 */.
* * 查询表中Col_Keyword这一列精确匹配"hangzhou"或"tablestore"的数据。 */.
No description provided by the author
No description provided by the author
No description provided by the author
* * 使用通配符查询,查询表中Col_Keyword这一列的值匹配"hang*u"的数据 */.
No description provided by the author