3 writes to _subCursor
Microsoft.ML.Parquet (3)
PartitionedFileLoader.cs (3)
462_subCursor = null; 482_subCursor = loader.GetRowCursor(_subActivecolumnsNeeded); 496_subCursor = null;
9 references to _subCursor
Microsoft.ML.Parquet (9)
PartitionedFileLoader.cs (9)
456while (_subCursor == null || !_subCursor.MoveNext()) 459if (_subCursor != null) 461_subCursor.Dispose(); 493if (_subCursor != null) 495_subCursor.Dispose(); 550var type = _subCursor.Schema[i].Type; 551_subGetters[i] = MarshalGetter(_subCursor.GetGetter<DataViewSchema.Column>, type.RawType, _subCursor.Schema[i]);