1 write to ColType
Microsoft.ML.Data (1)
DataLoadSave\Database\DatabaseLoader.cs (1)
405
ColType
= colType;
4 references to ColType
Microsoft.ML.Data (4)
DataLoadSave\Database\DatabaseLoader.cs (2)
640
var type = info.
ColType
.GetItemType();
674
schemaBuilder.AddColumn(info.Name, info.
ColType
);
DataLoadSave\Database\DatabaseLoaderCursor.cs (2)
173
return Utils.MarshalInvoke(_createGetterDelegateMethodInfo, this, _bindings.Infos[col].
ColType
.RawType, col);
181
Ch.Assert(colInfo.
ColType
.RawType == typeof(TValue));