1 write to _subActive
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
398
_subActive
= _active.Take(SubColumnCount).ToArray();
3 references to _subActive
Microsoft.ML.Parquet (3)
PartitionedFileLoader.cs (3)
401
_subActivecolumnsNeeded = Schema.Where(x => (
_subActive
?.Length > x.Index) &&
_subActive
[x.Index]);
548
if (
_subActive
[i])