2 references to Cursor
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
299
return new
Cursor
(_host, this, _files, columnsNeeded, rand);
304
var cursor = new
Cursor
(_host, this, _files, columnsNeeded, rand);