1 write to _currentRow
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
786
_currentRow
= dataView._current;
1 reference to _currentRow
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
799
protected override TRow GetCurrentRowObject() =>
_currentRow
;