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