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)
456
while (
_subCursor
== null || !
_subCursor
.MoveNext())
459
if (
_subCursor
!= null)
461
_subCursor
.Dispose();
493
if (
_subCursor
!= null)
495
_subCursor
.Dispose();
550
var type =
_subCursor
.Schema[i].Type;
551
_subGetters[i] = MarshalGetter(
_subCursor
.GetGetter<DataViewSchema.Column>, type.RawType,
_subCursor
.Schema[i]);