1 write to _colValues
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
399_colValues = new ReadOnlyMemory<char>[Schema.Count - SubColumnCount];
5 references to _colValues
Microsoft.ML.Parquet (5)
PartitionedFileLoader.cs (5)
559for (int i = 0; i < _colValues.Length; i++) 564_colValues[i] = values[source].AsMemory(); 570_colValues[i] = cleanPath.AsMemory(); 626Ch.Check(col >= 0 && col < _colValues.Length); 637conv(in _colValues[col], ref value);