1 write to SchemaSrc
Microsoft.ML.Data (1)
Transforms\MetadataDispatcher.cs (1)
50SchemaSrc = schemaSrc;
8 references to SchemaSrc
Microsoft.ML.Data (8)
Transforms\MetadataDispatcher.cs (8)
61return new ColInfo(SchemaSrc, IndexSrc, FilterSrc, getters); 222if (info.SchemaSrc != null) 232if (info.SchemaSrc == null) 236foreach (var kvp in info.SchemaSrc[info.IndexSrc].Annotations.Schema.Select(c => new KeyValuePair<string, DataViewType>(c.Name, c.Type))) 264if (info.SchemaSrc == null) 268return info.SchemaSrc[info.IndexSrc].Annotations.Schema.GetColumnOrNull(kind)?.Type; 296if (info.SchemaSrc == null || info.FilterSrc != null && !info.FilterSrc(kind, index)) 298info.SchemaSrc[info.IndexSrc].Annotations.GetValue(kind, ref value);