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>();
1516
Ch.Check(
_slotCursor
.SlotIndex >= 0, RowCursorUtils.FetchValueStateError);
1517
id = new DataViewRowId((ulong)
_slotCursor
.SlotIndex, 0);
1520
protected override bool MoveNextCore() =>
_slotCursor
.MoveNext();