1 write to _active
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
397
_active
= Utils.BuildArray(Schema.Count, columnsNeeded);
3 references to _active
Microsoft.ML.Parquet (3)
PartitionedFileLoader.cs (3)
398
_subActive =
_active
.Take(SubColumnCount).ToArray();
450
return
_active
[column.Index];
580
if (!
_active
[i])