rowProvenanceCountForTable method
Implementation
@visibleForTesting
int rowProvenanceCountForTable(String tableName) =>
cache.getTableByName(tableName)?.ownerEntryCount ?? 0;
@visibleForTesting
int rowProvenanceCountForTable(String tableName) =>
cache.getTableByName(tableName)?.ownerEntryCount ?? 0;