2 references to PathParserFactory
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
182
_pathParser = args.
PathParserFactory
.CreateComponent(_host);
183
_host.CheckUserArg(_pathParser != null, nameof(args.
PathParserFactory
), "Failed to create the FilePathSpec.");