4 overrides of GetCurrentRowObject
Microsoft.ML.Data (4)
DataView\DataViewConstructionUtils.cs (4)
180protected override TRow GetCurrentRowObject() 668protected override TRow GetCurrentRowObject() 731protected override TRow GetCurrentRowObject() 799protected override TRow GetCurrentRowObject() => _currentRow;
6 references to GetCurrentRowObject
Microsoft.ML.Data (6)
DataView\DataViewConstructionUtils.cs (6)
315peek(GetCurrentRowObject(), Position, ref buf); 331peek(GetCurrentRowObject(), Position, ref buf); 343peek(GetCurrentRowObject(), Position, ref buf); 362peek(GetCurrentRowObject(), Position, ref buf); 372peek(GetCurrentRowObject(), Position, ref dst)); 394peek(GetCurrentRowObject(), Position, ref rawKeyValue);