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)
525val = val.Combine(new DataViewRowId((ulong)_pivotColPosition, 0)); 531Ch.Assert(Position < 0 || (0 <= _pivotColPosition && _pivotColPosition < _pivotColSize)); 536while (_pivotColPosition >= _pivotColSize) 654if (_pivotColPosition >= row.Length) 657value = rowValues[_pivotColPosition]; 662while (cachedIndex < rowIndices.Length && _pivotColPosition > rowIndices[cachedIndex]) 665if (cachedIndex < rowIndices.Length && _pivotColPosition == rowIndices[cachedIndex])