1 write to _active
Microsoft.ML.Data (1)
DataView\EmptyDataView.cs (1)
57_active = Utils.BuildArray(Schema.Count, columnsNeeded);
2 references to _active
Microsoft.ML.Data (2)
DataView\EmptyDataView.cs (2)
70public override bool IsColumnActive(DataViewSchema.Column column) => column.Index < _active.Length && _active[column.Index];