1 write to _cursorSet
Microsoft.ML.Data (1)
DataView\AppendRowsDataView.cs (1)
321_cursorSet = new DataViewRowCursor[counts.Length];
9 references to _cursorSet
Microsoft.ML.Data (9)
DataView\AppendRowsDataView.cs (9)
325_cursorSet[i] = parent._sources[i].GetRowCursor(columnsNeeded, RandomUtils.Create(_rand)); 336ValueGetter<DataViewRowId>[] idGetters = new ValueGetter<DataViewRowId>[_cursorSet.Length]; 337for (int i = 0; i < _cursorSet.Length; ++i) 338idGetters[i] = _cursorSet[i].GetIdGetter(); 350ValueGetter<TValue>[] getSrc = new ValueGetter<TValue>[_cursorSet.Length]; 357var rowCursor = _cursorSet[_currentSourceIndex]; 371Ch.Assert(pos < _cursorSet.Length); 373bool r = _cursorSet[_currentSourceIndex].MoveNext(); 385foreach (DataViewRowCursor c in _cursorSet)