2 writes to _srcDirIndex
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
206_srcDirIndex = columns.Select(c => c.Source).ToArray(); 235_srcDirIndex = ctx.Reader.ReadIntArray();
3 references to _srcDirIndex
Microsoft.ML.Parquet (3)
PartitionedFileLoader.cs (3)
282ctx.Writer.WriteIntArray(_srcDirIndex); 561var source = _parent._srcDirIndex[i]; 646private int SubColumnCount => Schema.Count - _parent._srcDirIndex.Length;