1 write to _actives
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
460
Utils.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];
481
for (int i = 0; i <
_actives
.Length; ++i)
483
int columnIndex =
_actives
[i];
576
for (int i = 0; i <
_actives
.Length; i++)
578
Column col = _loader._columnsLoaded[
_actives
[i]];