1 instantiation of DateTimeDataViewType
Microsoft.ML.DataView (1)
DataViewType.cs (1)
376Interlocked.CompareExchange(ref _instance, new DateTimeDataViewType(), null) ??
14 references to DateTimeDataViewType
Microsoft.Data.Analysis (2)
IDataView.Extension.cs (1)
71else if (type == DateTimeDataViewType.Instance)
PrimitiveDataFrameColumn.cs (1)
811return DateTimeDataViewType.Instance;
Microsoft.ML.Core (3)
Data\ColumnTypeExtensions.cs (3)
23(columnType is DateTimeDataViewType) || (columnType is DateTimeOffsetDataViewType); 104return DateTimeDataViewType.Instance; 121return DateTimeDataViewType.Instance;
Microsoft.ML.Core.Tests (3)
UnitTests\ColumnTypes.cs (1)
29TextDataViewType.Instance, BooleanDataViewType.Instance, DateTimeDataViewType.Instance, DateTimeOffsetDataViewType.Instance, TimeSpanDataViewType.Instance };
UnitTests\DataTypes.cs (2)
236DateTimeDataViewType.Instance, DateTimeDataViewType.Instance, out identity);
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (1)
576: base(factory, DateTimeDataViewType.Instance)
DataLoadSave\DataOperationsCatalog.cs (1)
564if (itemType is DateTimeDataViewType || itemType is DateTimeOffsetDataViewType || itemType is TimeSpanDataViewType)
DataLoadSave\Text\TextSaver.cs (1)
115else if (type is DateTimeDataViewType)
Microsoft.ML.DataView (3)
DataViewType.cs (3)
367private static volatile DateTimeDataViewType _instance; 371public static DateTimeDataViewType Instance 390Debug.Assert(!(other is DateTimeDataViewType));