46 references to DataViewRowId
Microsoft.Data.Analysis (1)
DataFrame.IDataView.cs (1)
124
return (ref DataViewRowId value) => value = new
DataViewRowId
((ulong)_position, 0);
Microsoft.ML.Data (32)
Data\Conversion.cs (5)
871
public void Convert(in U1 src, ref UG dst) => dst = new
UG
(src, 0);
872
public void Convert(in U2 src, ref UG dst) => dst = new
UG
(src, 0);
873
public void Convert(in U4 src, ref UG dst) => dst = new
UG
(src, 0);
874
public void Convert(in U8 src, ref UG dst) => dst = new
UG
(src, 0);
1090
dst = new
UG
(num, hi);
Data\RowCursorUtils.cs (1)
602
val = new
DataViewRowId
((ulong)Position, 0);
DataLoadSave\Binary\BinaryLoader.cs (2)
2068
val = new
DataViewRowId
((ulong)Position, 0);
2094
val = new
DataViewRowId
((ulong)blockPos, 0);
DataLoadSave\Binary\UnsafeTypeOps.cs (1)
203
return new
DataViewRowId
(lo, hi);
DataLoadSave\Database\DatabaseLoaderCursor.cs (1)
111
val = new
DataViewRowId
((ulong)_total, 0);
DataLoadSave\Text\TextLoaderCursor.cs (1)
205
val = new
DataViewRowId
((ulong)_total, 0);
DataLoadSave\Transpose\TransposeLoader.cs (1)
850
val = new
DataViewRowId
((ulong)Position, 0);
DataView\AppendRowsDataView.cs (2)
242
val = val.Combine(new
DataViewRowId
((ulong)_currentSourceIndex, 0));
344
val = val.Combine(new
DataViewRowId
((ulong)_currentSourceIndex, 0));
DataView\ArrayDataViewBuilder.cs (2)
293
val = new
DataViewRowId
((ulong)Position, 0);
302
val = new
DataViewRowId
((ulong)MappedIndex(), 0);
DataView\BatchDataViewMapperBase.cs (1)
136
val = new
DataViewRowId
((ulong)Position, 0);
DataView\CacheDataView.cs (5)
546
val = new
DataViewRowId
((ulong)Position, 0);
778
val = new
DataViewRowId
((ulong)_curr, 0);
843
val = new
DataViewRowId
((ulong)_perm[_curr], 0);
979
val = new
DataViewRowId
((ulong)_curr, 0);
1085
val = new
DataViewRowId
((ulong)_perm[_curr], 0);
DataView\DataViewConstructionUtils.cs (5)
178
private void IdGetter(ref DataViewRowId val) => val = new
DataViewRowId
((ulong)Position, 0);
654
val = new
DataViewRowId
((ulong)Position, 0);
663
val = new
DataViewRowId
((ulong)Index, 0);
727
val = new
DataViewRowId
((ulong)Position, 0);
795
val = new
DataViewRowId
((ulong)Position, 0);
DataView\Transposer.cs (2)
1517
id = new
DataViewRowId
((ulong)_slotCursor.SlotIndex, 0);
1572
id = new
DataViewRowId
((ulong)_slotCursor.SlotIndex, 0);
DataView\ZipDataView.cs (1)
147
val = new
DataViewRowId
((ulong)Position, 0);
Transforms\BootstrapSamplingTransformer.cs (1)
210
val = val.Combine(new
DataViewRowId
((ulong)_remaining, 0));
Transforms\PerGroupTransformBase.cs (1)
319
val = new
DataViewRowId
((ulong)Position, 0);
Microsoft.ML.DataView (3)
DataViewRowId.cs (3)
135
return new
DataViewRowId
(h1, h2);
155
return new
DataViewRowId
(h1, h2);
191
return new
DataViewRowId
(h1, h2);
Microsoft.ML.Parquet (3)
ParquetLoader.cs (2)
618
val = new
DataViewRowId
((ulong)(_readerOptions.Offset + _curDataSetRow), 0);
733
dst = new
DataViewRowId
(lo, hi);
PartitionedFileLoader.cs (1)
440
val = new
DataViewRowId
(0, (ulong)Position);
Microsoft.ML.PerformanceTests (1)
HashBench.cs (1)
26
=> (ref DataViewRowId val) => val = new
DataViewRowId
((ulong)Position, 0);
Microsoft.ML.Samples (1)
Dynamic\SimpleDataViewImplementation.cs (1)
294
=> id = new
DataViewRowId
((ulong)_position, 0);
Microsoft.ML.Tests (1)
Transformers\HashTests.cs (1)
274
HashTestCore(new
DataViewRowId
(value, 0), RowIdDataViewType.Instance, expected, expectedOrdered, expectedOrdered3, expectedCombined, expectedCombinedSparse);
Microsoft.ML.Transforms (4)
MissingValueReplacingUtils.cs (2)
110
return new
DataViewRowId
(resLo, resHi);
119
return new
DataViewRowId
(resLo, resHi);
SvmLight\SvmLightLoader.cs (1)
497
val = new
DataViewRowId
((ulong)Position, 0);
UngroupTransform.cs (1)
525
val = val.Combine(new
DataViewRowId
((ulong)_pivotColPosition, 0));