HistogramQueryResult class
Histogram result that matches HistogramQuery specified in searches.
Constructors
-
HistogramQueryResult({Map<
String, String> ? histogram, String? histogramQuery}) - HistogramQueryResult.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
histogram
↔ Map<
String, String> ? -
A map from the values of the facet associated with distinct values to the
number of matching entries with corresponding value.
getter/setter pair
- histogramQuery ↔ String?
-
Requested histogram expression.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited