Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 732 Bytes

File metadata and controls

15 lines (10 loc) · 732 Bytes

AggregationValue

Properties

Name Type Description Notes
groups Option<std::collections::HashMap<String, String>> Construct a type with a set of properties K of type T [optional]
string_value Option<String> [optional]
numeric_value Option<f64> [optional]
distinct_count Option<i64> [optional]
distinct_counts Option<std::collections::HashMap<String, f64>> Construct a type with a set of properties K of type T [optional]

[Back to Model list] [Back to API list] [Back to README]