writtenTables property

Set<TableWrite> writtenTables
final

All tables that can potentially be updated by this query.

Note that this is a subset of foundTables, since an updating tables could reference tables it's not updating (e.g. with INSERT INTO foo SELECT * FROM bar).

Implementation

final Set<TableWrite> writtenTables = {};