1 write to _actives
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
460Utils.BuildSubsetMaps(Schema.Count, columnsNeeded, out _actives, out _colToActivesIndex);
6 references to _actives
Microsoft.ML.Parquet (6)
ParquetLoader.cs (6)
479_columnValues = new IList[_actives.Length]; 480_getters = new Delegate[_actives.Length]; 481for (int i = 0; i < _actives.Length; ++i) 483int columnIndex = _actives[i]; 576for (int i = 0; i < _actives.Length; i++) 578Column col = _loader._columnsLoaded[_actives[i]];