2 writes to _pivotColPosition
Microsoft.ML.Transforms (2)
UngroupTransform.cs (2)
535
_pivotColPosition
++;
542
_pivotColPosition
= 0;
8 references to _pivotColPosition
Microsoft.ML.Transforms (8)
UngroupTransform.cs (8)
525
val = val.Combine(new DataViewRowId((ulong)
_pivotColPosition
, 0));
531
Ch.Assert(Position < 0 || (0 <=
_pivotColPosition
&&
_pivotColPosition
< _pivotColSize));
536
while (
_pivotColPosition
>= _pivotColSize)
654
if (
_pivotColPosition
>= row.Length)
657
value = rowValues[
_pivotColPosition
];
662
while (cachedIndex < rowIndices.Length &&
_pivotColPosition
> rowIndices[cachedIndex])
665
if (cachedIndex < rowIndices.Length &&
_pivotColPosition
== rowIndices[cachedIndex])