lantern ~master (2021-06-12T04:27:34Z)
Dub
Repo
SeriesAggregator
lantern
describe
Undocumented in source.
struct
SeriesAggregator (
T
) {
alias
DataType
=
T
;
struct
Result
;
size_t
count
;
size_t
[
DataType
]
counts
;
Result
result
();
void
put
(DataType value);
}
Members
Aliases
DataType
alias
DataType
=
T
Undocumented in source.
Functions
put
void
put
(DataType value)
Undocumented in source. Be warned that the author may not have intended to support it.
result
Result
result
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Result
struct
Result
Undocumented in source.
Variables
count
size_t
count
;
Undocumented in source.
counts
size_t
[
DataType
]
counts
;
Undocumented in source.
Meta
Source
See Implementation
lantern
describe
enums
isAggregator
functions
describe
structs
CategoricalAggregator
DescribeConfig
DescribeResult
DurationAggregator
NumericAggregator
SeriesAggregator
templates
DefaultResolver