Home
last modified time | relevance | path

Searched refs:PrepareDataInRangeTableWithTimestamp (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/
H A Dapi_test.go1054 PrepareDataInRangeTableWithTimestamp("pk1", key, value, timeNow)
1060 PrepareDataInRangeTableWithTimestamp("pk2", key, value, timeNow)
1066 PrepareDataInRangeTableWithTimestamp("pk3", key, value, timeNow)
1511 func PrepareDataInRangeTableWithTimestamp(key1 string, key2 string, value string, timeNow int64) er… func