ResultSetStats constructor

ResultSetStats({
  1. QueryPlan? queryPlan,
  2. Map<String, Object?>? queryStats,
  3. String? rowCountExact,
  4. String? rowCountLowerBound,
})

Implementation

ResultSetStats({
  this.queryPlan,
  this.queryStats,
  this.rowCountExact,
  this.rowCountLowerBound,
});