1 instantiation of DateTimeOffsetDataViewType
Microsoft.ML.DataView (1)
DataViewType.cs (1)
412Interlocked.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); 106return DateTimeOffsetDataViewType.Instance; 123return DateTimeOffsetDataViewType.Instance;
Microsoft.ML.Core.Tests (1)
UnitTests\ColumnTypes.cs (1)
29TextDataViewType.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)
564if (itemType is DateTimeDataViewType || itemType is DateTimeOffsetDataViewType || itemType is TimeSpanDataViewType)
DataLoadSave\Text\TextSaver.cs (1)
120else if (type is DateTimeOffsetDataViewType)
Microsoft.ML.DataView (3)
DataViewType.cs (3)
403private static volatile DateTimeOffsetDataViewType _instance; 407public static DateTimeOffsetDataViewType Instance 426Debug.Assert(!(other is DateTimeOffsetDataViewType));
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
363return DateTimeOffsetDataViewType.Instance;