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