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