2 implementations of ParseValues
Microsoft.ML.Parquet (2)
PartitionedPathParser.cs (2)
188
public IEnumerable<string>
ParseValues
(string path)
304
public IEnumerable<string>
ParseValues
(string path)
1 reference to ParseValues
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
730
results = _parent._pathParser.
ParseValues
(path).ToList();