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)
1564
return
_slotCursor
.GetGetterWithVectorType<TValue>(Ch);
1571
Ch.Check(
_slotCursor
.SlotIndex >= 0, RowCursorUtils.FetchValueStateError);
1572
id = new DataViewRowId((ulong)
_slotCursor
.SlotIndex, 0);
1575
protected override bool MoveNextCore() =>
_slotCursor
.MoveNext();