1 write to ColumnType
Microsoft.ML.Data (1)
DataView\InternalSchemaDefinition.cs (1)
73ColumnType = columnType;
5 references to ColumnType
Microsoft.ML.Data (5)
DataView\DataViewConstructionUtils.cs (1)
816columns[i] = new DataViewSchema.DetachedColumn(col.ColumnName, col.ColumnType, meta.ToAnnotations());
DataView\InternalSchemaDefinition.cs (3)
96Contracts.AssertValue(ColumnType); 123Contracts.Assert(isVector == ColumnType is VectorDataViewType); 124Contracts.Assert(itemType == ColumnType.GetItemType().RawType);
DataView\TypedCursor.cs (1)
131if (_columns[i].ColumnType is VectorDataViewType)