CboIndexScanPlan constructor
CboIndexScanPlan(
- String table,
- String column,
- dynamic value,
- Expr? extraFilter,
- CostEstimate est,
Implementation
CboIndexScanPlan(this.table, this.column, this.value, this.extraFilter,
CostEstimate est)
: super(est);