1 write to _slotCursor
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1539_slotCursor = cursor;
4 references to _slotCursor
Microsoft.ML.Data (4)
DataView\Transposer.cs (4)
1564return _slotCursor.GetGetterWithVectorType<TValue>(Ch); 1571Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.FetchValueStateError); 1572id = new DataViewRowId((ulong)_slotCursor.SlotIndex, 0); 1575protected override bool MoveNextCore() => _slotCursor.MoveNext();