1 write to _slotCursor
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1479_slotCursor = _parent._data.GetSlotCursor(parent._col);
4 references to _slotCursor
Microsoft.ML.Data (4)
DataView\Transposer.cs (4)
1481_getter = _slotCursor.GetGetter<T>(); 1516Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.FetchValueStateError); 1517id = new DataViewRowId((ulong)_slotCursor.SlotIndex, 0); 1520protected override bool MoveNextCore() => _slotCursor.MoveNext();