1 write to _colToActivesIndex
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
460Utils.BuildSubsetMaps(Schema.Count, columnsNeeded, out _actives, out _colToActivesIndex);
4 references to _colToActivesIndex
Microsoft.ML.Parquet (4)
ParquetLoader.cs (4)
542int activeIdx = _colToActivesIndex[col]; 602var originGetter = _getters[_colToActivesIndex[column.Index]]; 627Ch.CheckParam(column.Index < _colToActivesIndex.Length, nameof(column)); 628return _colToActivesIndex[column.Index] >= 0;