StatsAddColMerge constructor
StatsAddColMerge(
- Map config, {
- PackedDataCache? cache,
Create a new instance
Implementation
StatsAddColMerge(super.config, {super.cache})
: file = File(config['path']),
files = [for (var glob in config['files']) glob.toString()],
cols = [
for (int col in config['cols'] ?? [1]) col
].lockUnsafe,
pkey = config['pkey'] ?? 0,
min = config['min'] ?? 0,
append = config['append'] ?? false;