IndexPruningStats class
Statistics for index pruning.
Constructors
- IndexPruningStats.new({TableReference? baseTable, String? postIndexPruningParallelInputCount, String? preIndexPruningParallelInputCount})
- IndexPruningStats.fromJson(Map json_)
Properties
- baseTable ↔ TableReference?
-
The base table reference.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- postIndexPruningParallelInputCount ↔ String?
-
The number of parallel inputs after index pruning.
getter/setter pair
- preIndexPruningParallelInputCount ↔ String?
-
The number of parallel inputs before index pruning.
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