1 implementation of IRowSeekable
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
27internal sealed class CacheDataView : IDataView, IRowSeekable
1 reference to IRowSeekable
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
65_seeker = ((IRowSeekable)_cacheDataView).GetSeeker(colIndex => colIndex == _col.Index);