2 writes to _pathParser
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
182_pathParser = args.PathParserFactory.CreateComponent(_host); 238ctx.LoadModel<IPartitionedPathParser, SignatureLoadModel>(_host, out _pathParser, FilePathSpecCtxName);
4 references to _pathParser
Microsoft.ML.Parquet (4)
PartitionedFileLoader.cs (4)
183_host.CheckUserArg(_pathParser != null, nameof(args.PathParserFactory), "Failed to create the FilePathSpec."); 285ctx.SaveModel(_pathParser, FilePathSpecCtxName); 730results = _parent._pathParser.ParseValues(path).ToList(); 766return _pathParser.ParseColumns(path).ToArray();