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