1 write to Getters
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
177Getters = new Delegate[Schema.Count];
5 references to Getters
Microsoft.ML.Data (5)
DataView\AppendRowsDataView.cs (5)
191Ch.CheckParam(column.Index <= Getters.Length && IsColumnActive(column), nameof(column), "requested column not active"); 193var originGetter = Getters[column.Index]; 207return Getters[column.Index] != null; 229Getters[col.Index] = CreateGetter(col.Index); 331Getters[col.Index] = CreateGetter(col.Index);