menu
nebula_db package
documentation
optimizer/statistics.dart
StatsRegistry
update method
update method
dark_mode
light_mode
update
method
void
update
(
TableStats
stats
)
Implementation
void update(TableStats stats) => _stats[stats.tableName] = stats;
nebula_db package
documentation
optimizer/statistics
StatsRegistry
update method
StatsRegistry class