-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run codegen to add support for returning percentile aggregates in the…
… query result
- Loading branch information
1 parent
beea418
commit aa769c7
Showing
13 changed files
with
976 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# # PercentileDataPoint | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| --------- | ---------- | -------------------------------------------- | ---------- | | ||
| **point** | **double** | The input point. | [optional] | | ||
| **value** | **double** | The corresponding value for the given point. | [optional] | | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# # QueryAggregateResultPercentile | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| --------------- | ----------------------------------------------------------------- | ------------------------------------------------------- | ---------- | | ||
| **percentiles** | [**\Sajari\Model\PercentileDataPoint[]**](PercentileDataPoint.md) | The percentile data points. | [optional] | | ||
| **cdf** | [**\Sajari\Model\PercentileDataPoint[]**](PercentileDataPoint.md) | The cumulative distribution function (CDF) data points. | [optional] | | ||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
Oops, something went wrong.