2 writes to _currentSourceIndex
Microsoft.ML.Data (2)
DataView\AppendRowsDataView.cs (2)
328
_currentSourceIndex
= -1;
372
_currentSourceIndex
= pos;
9 references to _currentSourceIndex
Microsoft.ML.Data (9)
DataView\AppendRowsDataView.cs (9)
343
idGetters[
_currentSourceIndex
](ref val);
344
val = val.Combine(new DataViewRowId((ulong)
_currentSourceIndex
, 0));
355
Ch.Assert(0 <=
_currentSourceIndex
&&
_currentSourceIndex
< Sources.Length);
357
var rowCursor = _cursorSet[
_currentSourceIndex
];
359
if (getSrc[
_currentSourceIndex
] == null)
360
getSrc[
_currentSourceIndex
] = rowCursor.GetGetter<TValue>(rowCursor.Schema[col]);
361
getSrc[
_currentSourceIndex
](ref val);
373
bool r = _cursorSet[
_currentSourceIndex
].MoveNext();