1 instantiation of DateTimeOffsetDataViewType
Microsoft.ML.DataView (1)
DataViewType.cs (1)
412
Interlocked.CompareExchange(ref _instance, new
DateTimeOffsetDataViewType
(), null) ??
11 references to DateTimeOffsetDataViewType
Microsoft.ML.Core (3)
Data\ColumnTypeExtensions.cs (3)
23
(columnType is DateTimeDataViewType) || (columnType is
DateTimeOffsetDataViewType
);
106
return
DateTimeOffsetDataViewType
.Instance;
123
return
DateTimeOffsetDataViewType
.Instance;
Microsoft.ML.Core.Tests (1)
UnitTests\ColumnTypes.cs (1)
29
TextDataViewType.Instance, BooleanDataViewType.Instance, DateTimeDataViewType.Instance,
DateTimeOffsetDataViewType
.Instance, TimeSpanDataViewType.Instance };
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (1)
649
: base(factory,
DateTimeOffsetDataViewType
.Instance)
DataLoadSave\DataOperationsCatalog.cs (1)
564
if (itemType is DateTimeDataViewType || itemType is
DateTimeOffsetDataViewType
|| itemType is TimeSpanDataViewType)
DataLoadSave\Text\TextSaver.cs (1)
120
else if (type is
DateTimeOffsetDataViewType
)
Microsoft.ML.DataView (3)
DataViewType.cs (3)
403
private static volatile
DateTimeOffsetDataViewType
_instance;
407
public static
DateTimeOffsetDataViewType
Instance
426
Debug.Assert(!(other is
DateTimeOffsetDataViewType
));
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
363
return
DateTimeOffsetDataViewType
.Instance;