ScanPlan constructor

ScanPlan(
  1. String table,
  2. Expr? filter
)

Implementation

ScanPlan(this.table, this.filter);