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