1 write to _fileOrder
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
406
_fileOrder
= CreateFileOrder(rand).GetEnumerator();
3 references to _fileOrder
Microsoft.ML.Parquet (3)
PartitionedFileLoader.cs (3)
513
if (!
_fileOrder
.MoveNext())
519
string curPath = _parent._files.GetPathOrNull(
_fileOrder
.Current);
522
Ch.Warning($"File at index {
_fileOrder
.Current} is missing a path. Loading of file is being skipped.");