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