1 type derived from RowSeeker
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
501
private sealed class RowSeeker<TWaiter> :
RowSeeker
4 references to RowSeeker
Microsoft.ML.Data (4)
Data\IRowSeekable.cs (2)
17
RowSeeker
GetSeeker(Func<int, bool> predicate);
24
/// For <see cref="
RowSeeker
"/>, when the state is valid (that is when <see cref="MoveTo(long)"/>
DataView\CacheDataView.cs (2)
300
public
RowSeeker
GetSeeker(Func<int, bool> predicate)
313
private
RowSeeker
GetSeeker<TWaiter>(Func<int, bool> predicate, TWaiter waiter)