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