3 references to Schema
Microsoft.ML.Data (3)
Data\DataViewUtils.cs (3)
1244return Utils.MarshalInvoke(_createGetterMethodInfo, this, Schema[col].Type.RawType, col); 1250var type = Schema[col].Type; 1256Ch.Assert(cursor.IsColumnActive(Schema[col]));