@override List build() => _iterable .map((expr) => expr is AggregationExpr ? expr.build() : expr) .toList();