AbleCloud PHP SDK
1.8.x
PHP SDK of AbleCloud API
|
Public 成员函数 | |
__construct ($name, $version, $context) | |
property ($name) | |
execute () | |
![]() | |
__construct ($name, $version, $context) | |
collection ($name) | |
timeframe ($frame) | |
timeInterval ($interval) | |
objectFilters ($aggFilters) | |
filters ($aggFilters) | |
groupBy ($properties) | |
orderBy ($property, $ascend) | |
execute () | |
![]() | |
__construct ($name, $version, $context) | |
getName () | |
getVersion () | |
getContext () | |
getLastError () | |
Protected 成员函数 | |
getParamInArray () | |
![]() | |
getParamInArray () | |
![]() | |
resetLastError ($errCode=0, $errMessage='') | |
AbleCloud数据分析服务的Count_unique方法。
ACQECountUnique::__construct | ( | $name, | |
$version, | |||
$context | |||
) |
构造函数。
$name | string AbleCloud数据分析服务的名字。 |
$version | int AbleCloud数据分析服务的主版本号。 |
$context | ACContext 表示访问该远程服务所依赖的环境信息。 |
ACQECountUnique::execute | ( | ) |
执行 AC-QueryEngine::count_unique 查询。
|
protected |
取数组格式的查询参数。
ACQECountUnique::property | ( | $name | ) |