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)
559
for (int i = 0; i <
_colValues
.Length; i++)
564
_colValues
[i] = values[source].AsMemory();
570
_colValues
[i] = cleanPath.AsMemory();
626
Ch.Check(col >= 0 && col <
_colValues
.Length);
637
conv(in
_colValues
[col], ref value);