Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit cffa0dc

Browse files
authored
Separate LastValueData to Double and Int64. (#62)
1 parent 4f48d9a commit cffa0dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stats/Export.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ The library SHOULD provide support for multiple types of Aggregations:
1414
* `SumDataDouble` and `SumDataInt64`: data generated for a `Sum` aggregation based on the `Measure`
1515
type.
1616
* `MaxData`: data generated for a `Max` aggregation.
17-
* `LastValueData`: data generated for a `LastValue` aggregation.
17+
* `LastValueDataDouble` and `LastValueDataInt64`: data generated for a `LastValue` aggregation based
18+
on the `Measure` type.
1819
* `DistributionData`: data generated for a `Distribution` aggregation.
1920

2021
### ViewData

0 commit comments

Comments
 (0)