1 write to _col
Microsoft.ML.PerformanceTests (1)
CacheDataViewBench.cs (1)
64_col = _cacheDataView.Schema["A"];
4 references to _col
Microsoft.ML.PerformanceTests (4)
CacheDataViewBench.cs (4)
65_seeker = ((IRowSeekable)_cacheDataView).GetSeeker(colIndex => colIndex == _col.Index); 66_seekerGetter = _seeker.GetGetter<int>(_col); 74_cursor = _cacheDataView.GetRowCursor(_col); 75_cursorGetter = _cursor.GetGetter<int>(_col);