2 instantiations of 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);
5 references to Cursor
Microsoft.ML.Parquet (5)
PartitionedFileLoader.cs (5)
304
var
cursor = new Cursor(_host, this, _files, columnsNeeded, rand);
367
private static readonly FuncInstanceMethodInfo1<
Cursor
, int, Delegate> _createSubGetterDelegateCoreMethodInfo
368
= FuncInstanceMethodInfo1<
Cursor
, int, Delegate>.Create(target => target.CreateSubGetterDelegateCore<int>);
370
private static readonly FuncInstanceMethodInfo1<
Cursor
, int, DataViewType, Delegate> _createGetterDelegateCoreMethodInfo
371
= FuncInstanceMethodInfo1<
Cursor
, int, DataViewType, Delegate>.Create(target => target.CreateGetterDelegateCore<int>);